Improve assembler: can now properly assemble lain.com
This commit is contained in:
parent
77b1ad7cef
commit
5100d1d84e
5 changed files with 2170 additions and 91 deletions
3
Makefile
3
Makefile
|
@ -23,7 +23,8 @@ default: fd$(FLOPPY).img
|
|||
|
||||
# COM programs
|
||||
%.com: src/%.asm src/*.inc
|
||||
$(NASM) $(NASM_ARGS) -Isrc -l $(@:.com=.lst) -o $@ $<
|
||||
$(AS) $@ $<
|
||||
# $(NASM) $(NASM_ARGS) -Isrc -l $(@:.com=.lst) -o $@ $<
|
||||
|
||||
# Bootloader images
|
||||
%.bs: boot/%.asm
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue