Mercurial > hg > ede
view utils/test.c @ 34:4411dee34085
cleaned out docs (don't worry they are comming back)
and added all my test files
author | james <jb302@eecs.qmul.ac.uk> |
---|---|
date | Wed, 16 Apr 2014 16:51:39 +0100 |
parents | tests/emu/test.c@c0c2e99b6bb0 |
children | 6b947f6d69d9 |
line wrap: on
line source
#include <stdio.h> unsigned char regs[0x10]; void main(void) { unsigned char C = 0xFD; printf("%i", (signed char)C); }