Start modernizing

Add justfile, improve README
This commit is contained in:
Greg Shuflin 2022-01-30 00:43:56 -08:00
parent 771628a1ab
commit fca39d9f67
2 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,10 @@
Playing around with SNES assembly stuff # SNES Assembly
https://wiki.superfamicom.org/ <- a resource This repo is a playground for messing around with SNES assembly.
It uses the [wla-dx](https://github.com/vhelin/wla-dx) assembler toolchain.
# Resources
* https://wiki.superfamicom.org/

7
justfile Normal file
View File

@ -0,0 +1,7 @@
default:
just --list
greenspace_smc:
wla-65816 -o greenspace.obj greenspace.asm
wlalink greenspace.link greenspace.smc