Skip to content

Commit

Permalink
어셈블리 코드 => assemble.h / .c 로 분리
Browse files Browse the repository at this point in the history
  • Loading branch information
limdongjin committed Apr 5, 2019
1 parent 4cd8156 commit ffa082c
Show file tree
Hide file tree
Showing 7 changed files with 771 additions and 766 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SOURCES=20161631.c command.c command_mapping.c command_shell.c command_execute.c history.c memory.c state.c util.c dir.c command_validate_util.c opcode.c symbol.c
SOURCES=20161631.c command.c command_mapping.c command_shell.c command_execute.c history.c memory.c state.c util.c dir.c command_validate_util.c opcode.c symbol.c assemble.c
TARGET=20161631.out

all: $(TARGET)
Expand Down
Loading

0 comments on commit ffa082c

Please sign in to comment.