Post Reply 
ARM Error Undefined FPTR Name
03-31-2017, 09:29 PM
Post: #3
RE: ARM Error Undefined FPTR Name
You could also create self-modifying code. Pad in some nibbles (of value 0) in front of and behind the ARM code. During compile time, calculate the offset of the start of the SATURN code to the ARM code (and embed it into the SATURN code; the offset should include the width of the offset itself). Use this offset during runtime to determine whether you need to move the ARM block a few nibbles so that it is byte aligned. If you do move it, adjust the offset for future runs. Then do a jump to the start of the ARM code after moving the ARM code within the SATURN code.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ARM Error Undefined FPTR Name - sunhp - 03-31-2017, 08:30 AM
RE: ARM Error Undefined FPTR Name - Han - 03-31-2017 09:29 PM
RE: ARM Error Undefined FPTR Name - sunhp - 04-01-2017, 08:00 AM



User(s) browsing this thread: 1 Guest(s)