Linker Script for PSX

This commit is contained in:
Jaby
2022-08-28 19:35:30 +02:00
parent 3e096e9ea1
commit d69e7e9162
3 changed files with 30 additions and 8 deletions

View File

@@ -1,6 +1,8 @@
#include <stdio.h>
int x = 0;
void _start() {
//call main here
printf("Hello Planschbecken c:\n");
printf("Hello Planschbecken c: %i\n", x);
}