Re: How many bytes is an instruction?
Re: How many bytes is an instruction?
- Subject: Re: How many bytes is an instruction?
- From: Michael Crawford <email@hidden>
- Date: Fri, 26 Jul 2013 05:37:49 +0000
Intel-architecture instructions have variable sizes.
ARM (for iOS) are all 32-bits.
Thumb (again for iOS) are all 16-bits.
However, it looks like your crash is at an odd address. That should never be the case. Perhaps some bogus value got stuffed into the program counter.
Mike
email@hidden http://www.warplife.com/mdc/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden