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
14
int
c8_parse_instruction
(
C8
* c8);
15
16
#endif
c8_parse_instruction
int c8_parse_instruction(C8 *c8)
Execute the instruction at c8->pc
Definition:
instruction.c:131
C8
Represents current state of the CHIP-8 interpreter.
Definition:
chip8.h:79
src
c8
private
instruction.h
Generated by
1.9.6