Partially implement the Accu

This commit is contained in:
lux
2017-08-09 22:51:27 +02:00
parent 1bdbf7a7e7
commit ad6f5a5854
6 changed files with 47 additions and 14 deletions

View File

@ -13,5 +13,6 @@
int initialise_ram(uint16_t *ram, int argc, char **argv );
uint8_t get_opcode(uint16_t instruction);
int find_data(uint16_t instruction);
bool execute(uint8_t op_code, int data_addr,uint16_t *ram);
#endif