mirror of
https://github.com/pnx/m16vm
synced 2026-06-17 03:50:03 +02:00
asm: adding the parser
This commit is contained in:
parent
16501e40be
commit
3528c467ac
4 changed files with 254 additions and 17 deletions
2
Makefile
2
Makefile
|
|
@ -10,7 +10,7 @@ all: $(PROGRAMS)
|
|||
m16vm : src/vm.o src/cpu.o src/mm.o src/instr_decode.o src/syscall.o src/program.o
|
||||
$(LD) $(LDFLAGS) -o $@ $^
|
||||
|
||||
as : src/as/as.o src/as/lexer.o
|
||||
as : src/as/as.o src/as/parser.o src/as/lexer.o src/as/instr_encode.o src/as/error.o
|
||||
$(LD) $(LDFLAGS) -o $@ $^
|
||||
|
||||
clean :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue