Commit Graph

104 Commits

Author SHA1 Message Date
df00f59b5a ft: implement disasm in own struct
This makes it easier to implement each opcode,
as the offset calculation and recovery of raw
read bytes is internalized.
2025-05-08 20:18:02 +09:00
1c7d3f3adc fix: cleanup structs into correct files 2025-05-08 10:05:09 +09:00
849895a437 ft: add modrm parsing 2025-05-07 22:46:58 +09:00
2af4578c8b ft: initial disasm of example data
This only contains two instructions of which I know
the correct output.
2025-05-07 15:48:44 +09:00