mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-27 10:24:19 +00:00
Upload
Digital Research
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
|
||||
|
||||
;************************************************
|
||||
;* Common equates for the serial system *
|
||||
;* File name: CHRCOMM.EQU *
|
||||
;* Last Update: 10/10/83 *
|
||||
;************************************************
|
||||
|
||||
cr equ 0dh ;carriage return
|
||||
lf equ 0ah ;line feed
|
||||
esc equ 01bh ;escape
|
||||
|
||||
; These equates are for the control characters
|
||||
|
||||
ctrlc equ 003h
|
||||
ctrld equ 004h
|
||||
ctrlq equ 011h
|
||||
ctrls equ 013h
|
||||
|
||||
XOFF EQU CTRLS
|
||||
XON EQU CTRLQ
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user