1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-07 00:58:46 +10:00
collapseos/tools/tests/zasm/test6.asm
2019-05-17 14:07:07 -04:00

13 lines
281 B
NASM

.equ RAMSTART 0x4000
.equ ACIA_CTL 0x80 ; Control and status. RS off.
.equ ACIA_IO 0x81 ; Transmit. RS on.
#include "core.asm"
#include "parse.asm"
.equ ACIA_RAMSTART RAMSTART
#include "acia.asm"
.equ BLOCKDEV_RAMSTART ACIA_RAMEND
.equ BLOCKDEV_COUNT 1
#include "blockdev.asm"