mirror of
https://github.com/pnx/m16vm
synced 2026-06-17 03:50:03 +02:00
Adding debug module.
This commit is contained in:
parent
60fec921c6
commit
065e86e655
3 changed files with 76 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -32,7 +32,7 @@ PROGRAMS = m16vm m16as
|
|||
all: $(PROGRAMS)
|
||||
|
||||
m16vm : vm/vm.o vm/cpu.o vm/mm.o vm/instr_decode.o \
|
||||
vm/syscall.o vm/program.o lib/libm16.a
|
||||
vm/syscall.o vm/program.o vm/debug.o lib/libm16.a
|
||||
$(QUIET_LD)$(LD) $(LDFLAGS) -o $@ $^
|
||||
|
||||
m16as : as/as.o as/parser.o as/lexer.o \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue