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