A2osX/INC/COM.I.txt

27 lines
551 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

NEW
PREFIX
AUTO 4,1
.LIST OFF
*--------------------------------------
* COM Devices
*--------------------------------------
S.DCB.COM.FLAGS .EQ 1
S.DCB.COM.BAUD .EQ 2
S.DCB.COM.DATA .EQ 6
S.DCB.COM.STOP .EQ 10
S.DCB.COM.P .EQ 11
S.DCB.COM.P.NONE .EQ 0
S.DCB.COM.P.ODD .EQ 1
S.DCB.COM.P.EVEN .EQ 2
S.DCB.COM.P.MARK .EQ 3
S.DCB.COM.P.SPACE .EQ 4
S.DCB.COM.C .EQ 12
S.DCB.COM.C.NONE .EQ 0
S.DCB.COM.C.HW .EQ 1
S.DCB.COM.C.XONXOFF .EQ 2
*
S.DCB.COM .EQ 13
*--------------------------------------
MAN
SAVE INC/COM.I