feat(runtime): Implement add sub mult and div opcodes
Implement calculation of add sub mult and div operations
This commit is contained in:
parent
780042035c
commit
896d2c6f7b
3 changed files with 121 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
CC=gcc
|
||||
CFLAGS=-I.
|
||||
DEPS=OperandStack.h
|
||||
DEPS=OperandStack.h BinCmdMap
|
||||
OBJ=OperandStack.o salruntime.o
|
||||
|
||||
%.o: %.c $(DEPS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue