Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: freqmax on May 28, 2014, 04:39:04 PM

Title: Can someone compile this C code for 68k and upload?
Post by: freqmax on May 28, 2014, 04:39:04 PM
Could someone compile this with SAS/C for 68000 and attach the resulting binary?

#include
int main() { printf("Hello world!\n"); return 0; }