Mercurial > hg > ede
view emulator/iset.h @ 12:e9dc055a0f8b
emulator skeleton code
author | james <jb302@eecs.qmul.ac.uk> |
---|---|
date | Sat, 11 Jan 2014 02:33:32 +0000 |
parents | |
children | 2b8eb2c86602 |
line wrap: on
line source
/* iset.h * op function definitions */ #ifndef ISET_H #define ISET_H void NOP(void); void FOO(void); #endif