uxn/etc/assembler-test.usm

15 lines
232 B
Plaintext
Raw Normal View History

2021-04-12 16:01:36 -04:00
%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