misc changes, preparing for 8086 module.

This commit is contained in:
ed
2026-09-04 21:02:31 -04:00
parent aa9c4d48f6
commit bfd02f4472
6 changed files with 160 additions and 145 deletions
+2 -3
View File
@@ -10,6 +10,8 @@
#include "duffle/win32.h"
// #include "8086/decoder.h"
typedef Struct_(U2_HL) { U1 Low; U1 High; };
#define bitmask_(pos) (1 << pos)
@@ -54,9 +56,6 @@ I_ Str8 binary_as_str8(Slice_U1 data, FArena* str8_mem) { Str8 result = {0};
jret: return result;
}
typedef Enum_(U4, x86_Op) {
x86_mov
};
enum {