1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-21 09:50:19 +10:00
collapseos/kernel/ascii.h
Virgil Dupras 7274dccbe7 Move ASCII consts to ascii.h
And made them shorter in name. The new ascii.h file allow reuse in userspace
code.
2019-11-13 20:38:06 -05:00

5 lines
53 B
C

.equ BS 0x08
.equ CR 0x0d
.equ LF 0x0a
.equ DEL 0x7f