retro-vault / zxspec48-app

The zxspec48-app is an empty SDCC application template for ZX Spectrum 48K.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

status.badge language.badge standard.badge license.badge

zxspec48-app

The zxspec48-app is an empty SDCC application template for ZX Spectrum 48K.

Add your .c and .s source files into the src directory and run

make 

This will create the app.bin inside your build folder.

Pass the APP and ADDR parameters to change the name of your application and compile it to a different address.

make APP=myapp ADDR=0x9000`

About

The zxspec48-app is an empty SDCC application template for ZX Spectrum 48K.


Languages

Language:Makefile 52.1%Language:Assembly 46.8%Language:C 1.0%