ImVeryBad · ➖〰️➖
-
I can't program computers 😭
-
Joined on
2026年02月02日
6ebb354c1d
x86_64: finished the primary opcode table
dddb3b6a9c
x86_64: add more OpCodes and add hasSIB to ModRM
e19a6b53cb
x86_64: add even more opcodes and information
217ddf21a3
x86_64: add more opcodes and information
57691e1ad5
x86_64: add more prefix structs, more primary map opcodes and default Operand types
0a5561d8c5
x86_64: removed
c operand type as it is unused
c7d19552ce
x86_64: add 4 operands to OpCodeInfo, remove
si operator type as it's unused
d827e6513b
x86_64: rework the OpCode + Operand Instruction structure
70816163b2
x86_64: add more OpCodes and initialize decode sample
45f622dc09
docs: add Refs to the
PRIMARY_MAP
ed8f10ef95
Genesis
3195ab0a52
docs: fix the x86_64 mov r64
732d4cb4b0
docs: more info about x86_64
2c922b9edb
compiler: remove another
nop opcode and fix ELF header offsets
137ecccac5
docs: add a UTIL and README for the project
52af228a99
compiler: remove a
nop opcode and update compiler binary
531830e983
docs: add small x86 instruction set documentation based on compiler binary
a304dc1682
organ: move stage0 compiler into
compiler/