mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-23 23:18:05 +11:00
zasm: now assembles blockdev!
This commit is contained in:
parent
b8ece0bf98
commit
4c37d869f4
@ -6,3 +6,7 @@
|
|||||||
#include "parse.asm"
|
#include "parse.asm"
|
||||||
.equ ACIA_RAMSTART RAMSTART
|
.equ ACIA_RAMSTART RAMSTART
|
||||||
#include "acia.asm"
|
#include "acia.asm"
|
||||||
|
|
||||||
|
.equ BLOCKDEV_RAMSTART ACIA_RAMEND
|
||||||
|
.equ BLOCKDEV_COUNT 1
|
||||||
|
#include "blockdev.asm"
|
||||||
|
Loading…
Reference in New Issue
Block a user