projects
/
platform
/
upstream
/
nasm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5869fb
)
convergence.asm: add test of jmp to an absolute address
author
H. Peter Anvin
<hpa@zytor.com>
Tue, 24 Feb 2009 01:47:25 +0000
(17:47 -0800)
committer
H. Peter Anvin
<hpa@zytor.com>
Tue, 24 Feb 2009 01:47:25 +0000
(17:47 -0800)
A JMP to an absolute address can't be short. Thus, we must not try to
make it so.
test/convergence.asm
patch
|
blob
|
history
diff --git
a/test/convergence.asm
b/test/convergence.asm
index 54d6ae4aea855a29bfcc67ffed719108100b7640..02ef2e1f35312dcdf33ec63acd7a15a2a15e4906 100644
(file)
--- a/
test/convergence.asm
+++ b/
test/convergence.asm
@@
-32,3
+32,6
@@
corge1:
add eax, corge2 - corge1
times 124 nop
corge2:
+
+; this needs to actually *work*...
+jmp 12345