1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-11-22 18:14:44 +00:00
Files
amiga-stuff/os13/ostest.c
2013-02-26 22:23:48 -08:00

10 lines
173 B
C

#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;
}