home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FreeWare Collection 2
/
FreeSoftwareCollection2pd199x-jp.img
/
ms_dos
/
ish
/
ish200s
/
ish200s.lzh
/
V30.H
< prev
next >
Wrap
Text File
|
1990-03-27
|
954b
|
58 lines
;
; ish file converter for MS-DOS Ver 2.00 (90/3/27)
;
;
; Copyright (c) 1986, 1987, 1989, 1990 by M. ishizuka
; All rights reserved.
;
;-----------------------------------------------;
; ;
; ext dl, xx ;
; ;
;-----------------------------------------------;
ext macro para1, para2 ; ext dl, <num> for V30
ifidni <para1>, <dl>
if para2 le 15d
db 0fh, 3bh, 0c2h
db para2
exitm
endif
endif
if2
%out *** error in ext <macro> ***
endif
nop
nop
nop
nop
endm
;-----------------------------------------------;
; ;
; ins dl, xx ;
; ;
;-----------------------------------------------;
ins macro para1, para2 ; ins dl, <num> for V30
ifidni <para1>, <dl>
if para2 le 15d
db 0fh, 39h, 0c2h
db para2
exitm
endif
endif
if2
%out *** error in ins <macro> ***
endif
nop
nop
nop
nop
endm