• I can't program computers 😭

  • Joined on 2026年02月02日
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月11日 01:14:12 +02:00
6ebb354c1d x86_64: finished the primary opcode table
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月10日 09:42:18 +02:00
dddb3b6a9c x86_64: add more OpCodes and add hasSIB to ModRM
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月08日 22:57:54 +02:00
e19a6b53cb x86_64: add even more opcodes and information
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月08日 18:03:42 +02:00
217ddf21a3 x86_64: add more opcodes and information
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月08日 01:18:19 +02:00
57691e1ad5 x86_64: add more prefix structs, more primary map opcodes and default Operand types
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月07日 14:15:08 +02:00
0a5561d8c5 x86_64: removed c operand type as it is unused
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月07日 14:12:08 +02:00
c7d19552ce x86_64: add 4 operands to OpCodeInfo, remove si operator type as it's unused
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月07日 13:36:34 +02:00
d827e6513b x86_64: rework the OpCode + Operand Instruction structure
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月07日 11:28:22 +02:00
70816163b2 x86_64: add more OpCodes and initialize decode sample
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月07日 00:30:17 +02:00
45f622dc09 docs: add Refs to the PRIMARY_MAP
ImVeryBad created branch dev in ImVeryBad/zig-bass 2026年07月07日 00:24:45 +02:00
ImVeryBad pushed to dev at ImVeryBad/zig-bass 2026年07月07日 00:24:45 +02:00
ed8f10ef95 Genesis
ImVeryBad created repository ImVeryBad/zig-bass 2026年07月06日 21:05:24 +02:00
ImVeryBad pushed to dev at ImVeryBad/bass 2026年07月06日 13:43:49 +02:00
3195ab0a52 docs: fix the x86_64 mov r64
ImVeryBad pushed to dev at ImVeryBad/bass 2026年07月06日 13:40:07 +02:00
732d4cb4b0 docs: more info about x86_64
ImVeryBad pushed to dev at ImVeryBad/bass 2026年07月06日 11:26:50 +02:00
2c922b9edb compiler: remove another nop opcode and fix ELF header offsets
ImVeryBad pushed to dev at ImVeryBad/bass 2026年07月06日 10:18:15 +02:00
137ecccac5 docs: add a UTIL and README for the project
ImVeryBad pushed to dev at ImVeryBad/bass 2026年07月06日 09:41:04 +02:00
52af228a99 compiler: remove a nop opcode and update compiler binary
ImVeryBad pushed to dev at ImVeryBad/bass 2026年07月05日 02:37:07 +02:00
531830e983 docs: add small x86 instruction set documentation based on compiler binary
ImVeryBad pushed to dev at ImVeryBad/bass 2026年07月04日 23:54:41 +02:00
a304dc1682 organ: move stage0 compiler into compiler/