aboutsummaryrefslogtreecommitdiff
path: root/modules/arch/x86/tests/jmp64-1.asm
blob: d9d8a9ee20aa1ac6bdbd38272a1c98762eca7c34 (plain)
1
2
3
4
5
6
[bits 64]
l1:
mov dword [l2], l2
jc l3
l3:
l2 equ $-l1