org 0h start: SUB R0,R0 JMPZ target db 5 dup (0ffh) target: MOVI R0,1 ADD R0,R0 JMPZ start db 10 dup (0ffh) end