debug: Implement parsing of register names

This commit is contained in:
Nero 2020-05-18 20:05:06 +02:00
parent 2a7087a21f
commit fc1aa47039
4 changed files with 140 additions and 61 deletions

View file

@ -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)