zasm: now assembles blockdev!

This commit is contained in:
Virgil Dupras 2019-05-17 14:07:07 -04:00
parent b8ece0bf98
commit 4c37d869f4
1 changed files with 4 additions and 0 deletions

View File

@ -6,3 +6,7 @@
#include "parse.asm"
.equ ACIA_RAMSTART RAMSTART
#include "acia.asm"
.equ BLOCKDEV_RAMSTART ACIA_RAMEND
.equ BLOCKDEV_COUNT 1
#include "blockdev.asm"