mirror of
https://github.com/weiju/amiga-stuff
synced 2025-12-08 14:58:33 +00:00
initial version
This commit is contained in:
9
os13/ostest.c
Normal file
9
os13/ostest.c
Normal file
@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
printf("hello\n");
|
||||
printf("exec base is: shit\n");
|
||||
printf("hello: %04x\n", *((unsigned int *) 4));
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user