Skip to content

Instantly share code, notes, and snippets.

@videlais
Created July 9, 2016 06: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 videlais/9d1bb7fc98427edd146bf27e3ab0f5b8 to your computer and use it in GitHub Desktop.
Save videlais/9d1bb7fc98427edd146bf27e3ab0f5b8 to your computer and use it in GitHub Desktop.
build.bat bank example
C:\gbdk\bin\lcc -Wa-l -Wl-m -Wl-j -DUSE_SFR_FOR_REG -c -o main.o main.c
C:\gbdk\bin\lcc -Wa-l -Wl-m -Wl-j -DUSE_SFR_FOR_REG -Wf-bo1 -Wf-ba1 -c -o bank1.o bank1.c
C:\gbdk\bin\lcc -Wa-l -Wl-m -Wl-j -DUSE_SFR_FOR_REG -Wl-yt2 -Wl-yo4 -Wl-ya1 -o main.gb main.o bank1.o
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment