15 lines
232 B
Plaintext
15 lines
232 B
Plaintext
|
%swap2 { SWP SWP2 }
|
||
|
%swap4 { swap2 swap2 }
|
||
|
%swap8 { swap4 swap4 }
|
||
|
%swap16 { swap8 swap8 }
|
||
|
|
||
|
%NOPa2r { NOP2r }
|
||
|
|
||
|
;Hello { world 2 there 1 testing 10 }
|
||
|
|
||
|
( references to variables (e.g. Hello.world) not implemented yet )
|
||
|
|
||
|
NOPa2r
|
||
|
swap16
|
||
|
|