mirror of
https://github.com/Michaelangel007/apple2_mockingboard.git
synced 2025-03-11 03:30:09 +00:00
Add 6502 low and high byte assembly output
This commit is contained in:
parent
84778a21cc
commit
19e5a5acc8
5
Makefile
5
Makefile
@ -1,5 +1,8 @@
|
|||||||
all: test_mock scales freq
|
all: test_mock scales freq
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm freq 0freq 1freq
|
||||||
|
|
||||||
.PHONY: test_mock
|
.PHONY: test_mock
|
||||||
|
|
||||||
C_FLAGS=-Wall -Wextra
|
C_FLAGS=-Wall -Wextra
|
||||||
@ -14,4 +17,6 @@ scales: scales.s
|
|||||||
|
|
||||||
freq: freq.c
|
freq: freq.c
|
||||||
g++ $(C_FLAGS) $< -o $@
|
g++ $(C_FLAGS) $< -o $@
|
||||||
|
cp freq 0freq
|
||||||
|
cp freq 1freq
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user