Use "jmp near".
committer: mfx <mfx> 969274074 +0000
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user