mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-01 17:20:55 +11:00
5 lines
53 B
C
5 lines
53 B
C
|
.equ BS 0x08
|
||
|
.equ CR 0x0d
|
||
|
.equ LF 0x0a
|
||
|
.equ DEL 0x7f
|