1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
; Should be skipped jmp end start: ; Let's start ! nop nop nop ; Zzz li 0x1234 li 0x01 li 0x002 add pop b end: li 0x0 syscall ; halt nop