- Added support for Duodyne Multi-IO board - Added support for Duodyne Zilog-IO board - Added SUPCTS equate in hbios.asm to allow selectively adding code to suppress use of CTS during HBIOS boot - Added reference in User Guide to Bruce Hall's Assembly Language Programming document
8 lines
86 B
Plaintext
8 lines
86 B
Plaintext
rmj equ 3
|
|
rmn equ 4
|
|
rup equ 0
|
|
rtp equ 0
|
|
biosver macro
|
|
db "3.4.0-dev.10"
|
|
endm
|