Linker Script for PSX
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user