org 0h start: MOVJ target MOVI R0,0ffh ADD R0,R0 JMPRC db 5 dup (0ffh) org 123h target: MOVI R0,0aah SUB R0,R0 MOVJ start JMPRC db 10 dup (0ffh) end