adapted fakfp.s

This commit is contained in:
ceriel 1987-10-14 13:22:57 +00:00
parent 8d35578ad2
commit 772ead2f9e

View file

@ -1,45 +1,39 @@
.sect .text; .sect .rom; .sect .data; .sect .bss .define .adf4, .adf8, .sbf4, .sbf8, .mlf4, .mlf8, .dvf4, .dvf8
.define .ngf4, .ngf8, .fif4, .fif8, .fef4, .fef8
.define .cif4, .cif8, .cuf4, .cuf8, .cfi, .cfu, .cff4, .cff8
.define .cmf4, .cmf8
.sect .text .sect .text
.define .mlf,.dvf,.ngf,.adf,.sbf,.cmf,.zrf,.fif,.fef .sect .rom
.define .mlf8,.dvf8,.ngf8,.adf8,.sbf8,.cmf8,.zrf8,.fif8,.fef8 .sect .data
.define .mlf4,.dvf4,.ngf4,.adf4,.sbf4,.cmf4,.zrf4,.fif4,.fef4 .sect .bss
.define .cif,.cfi,.cuf,.cfu,.cff
.mlf: ! $Header$
.dvf:
.ngf: .sect .text
.adf:
.sbf:
.cmf:
.zrf:
.fif:
.fef:
.mlf4:
.dvf4:
.ngf4:
.adf4: .adf4:
.sbf4:
.cmf4:
.zrf4:
.fif4:
.fef4:
.mlf8:
.dvf8:
.ngf8:
.adf8: .adf8:
.sbf4:
.sbf8: .sbf8:
.cmf8: .mlf4:
.zrf8: .mlf8:
.dvf4:
.dvf8:
.ngf4:
.ngf8:
.fif4:
.fif8: .fif8:
.fef4:
.fef8: .fef8:
.cif: .cif4:
.cif8:
.cuf4:
.cuf8:
.cfi: .cfi:
.cuf:
.cfu: .cfu:
.cff: .cff4:
pop bx ! return address .cff8:
.extern EILLINS .cmf4:
.extern .fat .cmf8:
mov ax,EILLINS mov ax,18 ! illegal instruction EILLINS
push ax call .trp
jmp .fat ret