libc8
CHIP-8 utility library
|
#include "exception.h"
#include "../defs.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Functions | |
void | handle_exception (int code) |
Variables | |
char | c8_exception [EXCEPTION_MESSAGE_SIZE] |
char | exception_messages [19][EXCEPTION_MESSAGE_SIZE] |
Stuff for handling exceptions.
void handle_exception | ( | int | code | ) |
char c8_exception[EXCEPTION_MESSAGE_SIZE] |
Message to print when calling handle_exception
with a non-zero code
char exception_messages[19][EXCEPTION_MESSAGE_SIZE] |