1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-02-01 14:23:06 +00:00
Files
livingcomputermuseum.UniBone/10.01_base/3_test/multiarb/ma_strings.mac
2019-09-02 15:37:29 +02:00

18 lines
279 B
Plaintext

.title ma_strings - String constants
shello:
.byte 15,12 ; space, CR, LF,
.ascii /*** Multi Device Interrupt&DMA test ***/
.byte 15,12 ; CR, LF
.ascii /^C to stop./
.byte 15,12 ; CR, LF
.byte 0
sbye:
.byte 15,12
.ascii /Good Bye!/
.byte 15,12 ; CR, LF
.byte 0