Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@remy
Created July 11, 2017 09:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remy/7ce6fc2c2f75c89e098446599fd0e89c to your computer and use it in GitHub Desktop.
Save remy/7ce6fc2c2f75c89e098446599fd0e89c to your computer and use it in GitHub Desktop.
Sample Z80 assembly makefile
all: connect4.tap
connect4.tap: connect4.rom
@rm -rf connect4.tap
mctrd new connect4.tap
mctrd add connect4.rom connect4.tap
connect4.rom: connect4.asm
zasm --z80 connect4.asm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment