Use "jmp near".

committer: mfx <mfx> 969274074 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2000-09-18 10:47:54 +00:00
parent de0f0c92be
commit 400489aa55
11 changed files with 19 additions and 19 deletions
+3 -3
View File
@@ -26,7 +26,7 @@
%define jmps jmp short
%define jmpl jmp dword
%define jmpn jmp near
%include "macros.ash"
BITS 32
@@ -65,7 +65,7 @@ start:
pop edi
or ebp, byte -1
push edi
jmpl .1 + 'JMPD'
jmpn .1+'JMPD'
.1:
%include "header.ash"
@@ -125,7 +125,7 @@ cutpoint:
pop es
lea esp, [ebp + 'ESP0']
jmpl .1+'JMPO'
jmpn .1+'JMPO'
.1:
; =============