mirror of
https://github.com/pnx/m16vm
synced 2026-06-17 03:50:03 +02:00
move src/instr.h to include/instr.h because it will be needed by assembler for code generation.
This commit is contained in:
parent
817642b7e4
commit
cf752ab682
5 changed files with 32 additions and 7 deletions
|
|
@ -29,7 +29,7 @@
|
|||
#include "cpu.h"
|
||||
#include "mm.h"
|
||||
#include "syscall.h"
|
||||
#include "instr.h"
|
||||
#include "instr_decode.h"
|
||||
|
||||
/* Program */
|
||||
unsigned char *instr_mem = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue