[misc.wanted] C source/macros to simulate assembly language

hackeron@athena.mit.edu (Harris L Gilliam) (09/20/90)

A long while ago someone posted a set of C macros that allowed one to
compile a sort of psuedo-assembly code.  You would enter your code like
regular assembly (more or less), ex:

LDA a
ADC b
STA c

and things like LDA, ADC and SDA were represented by cleverly designed 
macros and other hacks so that when you compiled this with a regular
compiler it produced code that efectively did what your assembly code
would have done had you assembled it.

I have not been able to find this code since then and would greatly
appreciate any references to it or things like it.


								--Harris



--
|Harris L. Gilliam           ()       4 Ames St. Cambridge MA 02139 |
|hackeron@athena.mit.edu     ()    hgilliam@media-lab.media.mit.edu |
|hackeron@expo.lcs.mit.edu   ()   !bloom-beacon!mit-athena!hackeron |
|GEnie    : H.GILLIAM1                                              |