1
0
Fork 0
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:
Henrik Hautakoski 2018-11-01 14:57:10 +01:00
parent 817642b7e4
commit cf752ab682
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
5 changed files with 32 additions and 7 deletions

View file

@ -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;