Welcome, Guest. Please login or register.

Author Topic: Can someone compile this C code for 68k and upload?  (Read 801 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline freqmaxTopic starter

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
Can someone compile this C code for 68k and upload?
« 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; }