Linker Script for PSX

This commit is contained in:
Jaby
2022-08-28 19:35:30 +02:00
committed by Jaby
parent 568fcc2ca5
commit bea81cef0f
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);
}