home *** CD-ROM | disk | FTP | other *** search
- ;Assembly options and equates for FIG-FORTH
-
- TRUE EQU -1
- FALSE EQU 0
-
- _ALIGN EQU FALSE ;definitions begin on even addresses
- _DEBUG EQU FALSE ;include breakpoint/trace code
- _FILES EQU TRUE ;include DOS file interface
- _REPORT EQU TRUE ;assembly progress reports
- _EXTEND EQU TRUE ;CODE extensions in "4TH-XTNS.ASM"
- _DIRECTCON EQU FALSE ;console functions disable/enable
- _TIMEANDDATE EQU TRUE ;include time and date functions
-
- IOBITS EQU 8 ;number of bits to send/recieve
-
- DRIVES EQU 2 ;How many drives?
- INCH EQU 5 ;size of disks (8 or 5)
- SIDES EQU 1 ;Number of sides/disk (1 or 2)
- DENSITY EQU 1 ;1=single, 2=double density
- ;5.25" is always double density
-