mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
convergence.asm: add test of jmp to an absolute address
A JMP to an absolute address can't be short. Thus, we must not try to make it so.
This commit is contained in:
parent
a5869fb666
commit
130360f8f5
@ -32,3 +32,6 @@ corge1:
|
||||
add eax, corge2 - corge1
|
||||
times 124 nop
|
||||
corge2:
|
||||
|
||||
; this needs to actually *work*...
|
||||
jmp 12345
|
||||
|
Loading…
x
Reference in New Issue
Block a user