DEF LD 0x80 DEF SW 0x81 CODE start: mov r0, SW mov r1, r0 AND r0,#0x0f swp r1 AND r0,#0x0f add r0,r1 mov LD, r0 jmp start
+1-1Remove