Add 6502 low and high byte assembly output

This commit is contained in:
Michaelangel007 2017-04-25 09:14:11 -07:00
parent 84778a21cc
commit 19e5a5acc8
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
all: test_mock scales freq
clean:
rm freq 0freq 1freq
.PHONY: test_mock
C_FLAGS=-Wall -Wextra
@ -14,4 +17,6 @@ scales: scales.s
freq: freq.c
g++ $(C_FLAGS) $< -o $@
cp freq 0freq
cp freq 1freq