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
+2 -2
View File
@@ -28,7 +28,7 @@
%define COM 1
%define CJT16 1
%define jmps jmp short
%define jmpl jmp word
%define jmpn jmp near
%include "macros.ash"
BITS 16
@@ -63,7 +63,7 @@ mem_ok:
%ifdef __COMCALLT__
push di
%endif; __COMMAIN2__
jmpl .1+'JM'
jmpn .1+'JM'
.1:
%include "header.ash"