Getcurraddress: Difference between revisions
Jump to navigation
Jump to search
Hunter byte (talk | contribs) New page: getcurraddress <addr> Sets the current address to <addr>. It used by jump to return the execution to this point later. |
Hendricks266 (talk | contribs) No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
getcurraddress <addr> | '''getcurraddress''' <addr> | ||
Sets the current address to <addr> | Sets the current address to <addr>, which can then be utilized by [[jump]] to return execution to this point at a later point in the code. | ||
[[Category:EDuke32 specific commands]] |
Latest revision as of 18:53, 7 January 2011
getcurraddress <addr>
Sets the current address to <addr>, which can then be utilized by jump to return execution to this point at a later point in the code.