Added F_DUM(Author of change-- Henry Bal).

This commit is contained in:
keie 1984-12-17 10:45:27 +00:00
parent 5060a9fcd6
commit 66d68121c8

View file

@ -8,6 +8,7 @@
.define Ytmp, EXG, ARTH, RETURN, SIGN .define Ytmp, EXG, ARTH, RETURN, SIGN
.define RETSIZE, TRAPVAL, STACK, BRANCH .define RETSIZE, TRAPVAL, STACK, BRANCH
.define start, Push, Pop, STACKTh, STACKTl .define start, Push, Pop, STACKTh, STACKTl
.define F_DUM
! DEFINITIONS ! DEFINITIONS
@ -21,6 +22,8 @@ RDCH = 0FFE0h ! This subroutine returns a character in
OSBYTE = 0FFF4h ! This subroutine performs miscelaneous OSBYTE = 0FFF4h ! This subroutine performs miscelaneous
! operating system calls ! operating system calls
F_DUM = 0 ! Dummy floating point constant
! Here are the error numbers ! Here are the error numbers
Earray = 0 Earray = 0