1
0
mirror of https://github.com/livingcomputermuseum/UniBone.git synced 2026-03-04 18:34:58 +00:00
Files
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