Moved "bios" to "os"
This commit is contained in:
parent
ef58b417e6
commit
53022fdafc
@ -1,5 +1,5 @@
|
||||
org 0xA000
|
||||
include '../../bios/abi-generated.asm'
|
||||
include '../../os/abi-generated.asm'
|
||||
|
||||
STRING: DB "Hello",0
|
||||
ld bc, STRING
|
||||
|
@ -1,2 +1,2 @@
|
||||
org 0xA000 ; Set starting position to ram
|
||||
include '../bios/main.asm'
|
||||
include '../os/main.asm'
|
@ -1,4 +1,4 @@
|
||||
bios:
|
||||
os:
|
||||
@echo "Building PAT80 rom..."
|
||||
@z80asm -i main.asm -o rom.bin || (exit 1)
|
||||
@echo "Generating label lookup table..."
|
Loading…
x
Reference in New Issue
Block a user