view utils/test.c @ 37:db6b8c9552bb

couple of last minute bug fixes
author james <jb302@eecs.qmul.ac.uk>
date Fri, 18 Apr 2014 18:58:58 +0100
parents 4411dee34085
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);
}