Re: assembly jmp to hard-coded address with gcc
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Aug 12, 2009, at 3:00 AM, Thierry bultel wrote: -- Steve Checkoway _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I am not a x86 assembly expert, but I am pretty sure that jmp does not take an immediate address as a parameter. I am also not an x86 expert, but I think that jmp _does_ take an immediate offset (as your second example demonstrates) or absolute address <http://en.wikipedia.org/wiki/JMP_(x86_instruction)>. The hotel wireless is slow enough here to prevent me from downloading the manual linked on that page to figure out exactly what is possible with jmp. This email sent to site_archiver@lists.apple.com
participants (1)
-
Steve Checkoway