Okay so what follows is my first attempt at
re-learning C. I studied it in college for one
month back in 1989 and promptly forgot it all.
I'm having a blest!
______________________________________________
/* An variation on the Little Man Computer
* as created by D. Stuart Madnick in 1965. */
/* My version operates on 4K of hex mailboxes
* also allowing for more instructions (A-F).
* I have also added OUT4 whcih outputs the
* calculator value as an ASCII character.
*
* YET TO IMPLEMENT: INP */
#include <stdio.h>
/**********************
**********************
** PROGRAM EXAMPLES **
**********************
**********************/