1 2 3 4 5 6 7 8 9 10 11
.text .code16 .global _start, fwd _start: jcxz fwd .rept 10 testl $0x12345678, %ss:0x76543210(,%eax,4) .endr fwd: leave ret