Welcome, Guest. Please login or register.

Author Topic: Help with C? I have a simple(?) problem.  (Read 5201 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show all replies
Re: Help with C? I have a simple(?) problem.
« on: February 24, 2008, 04:54:52 AM »
One of the nice things about the K&R book is the description of the standard library. C language principles are built upon by creating basic implementations of many of the standard library functions, which provides a bit of insight into how and why a standard library exists. There are also simple examples of many basic data structures and algorithms and an appendix that includes the first ANSI standard.
 

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show all replies
Re: Help with C? I have a simple(?) problem.
« Reply #1 on: February 25, 2008, 01:51:45 AM »
I'd find a good 65816 simulator. There's bound to be a package out there somewhere, probably not for free, that combines a C compiler (with standard library), assembler, and simulator. Something like the stuff available at http://www.avocetsystems.com/company/search/search.php?chip=65816.

I don't believe a 65816 target exists in the latest gcc, so a Linux solution, let alone an open solution, probably isn't an option. Maybe some Apple IIgs (?) folks would have a few pointers.