debug: Implement parsing of register names
This commit is contained in:
parent
2a7087a21f
commit
fc1aa47039
4 changed files with 140 additions and 61 deletions
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ fate.bs: boot/fat.asm
|
|||
$(NASM) $(NASM_ARGS) -DFAT16 -DLBA -DLARGE -o $@ $<
|
||||
|
||||
# BIOS option roms
|
||||
%.rom: rom/%.asm utils/fix-rom
|
||||
%.rom: rom/%.asm %/*.asm utils/fix-rom
|
||||
$(NASM) $(NASM_ARGS) -o $@ $< && utils/fix-rom $@
|
||||
|
||||
fdimage.img: fat1.bs $(DISTFILES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue