Skip to content

Commit

Permalink
Add ZX Spectrum Z80 arch
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterLemon committed Feb 22, 2019
1 parent 5c21a84 commit 1d8cb37
Show file tree
Hide file tree
Showing 4 changed files with 917 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bass/.test/zxs_test/makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
bass := ../../bass

TARGET := $(shell basename $(CURDIR))

all:
$(bass) -create -o $(TARGET).bin $(TARGET).asm

Loading

0 comments on commit 1d8cb37

Please sign in to comment.