libc8
CHIP-8 utility library
Loading...
Searching...
No Matches
instruction.h
Go to the documentation of this file.
1
9#ifndef C8_INSTRUCTION_H
10#define C8_INSTRUCTION_H
11
12#include "../chip8.h"
13
15
16#endif
int c8_parse_instruction(C8 *c8)
Execute the instruction at c8->pc
Definition: instruction.c:131
Represents current state of the CHIP-8 interpreter.
Definition: chip8.h:79