1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-07 01:29:30 +00:00
8bitworkshop/presets/astrocade/skeleton.sdcc
2018-08-29 07:42:51 -04:00

9 lines
145 B
Plaintext

//#link "acheader.s"
#include <string.h>
void main() {
memset((void*)0x4000, 0, 0xe00); // clear screen, avoid vars and stack (1e00-1fff)
}