Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 507 Bytes

TODO.md

File metadata and controls

13 lines (13 loc) · 507 Bytes

To do

  • asmkit-core: The core glue for AsmKit.
    • implement relocations
  • asmkit-x86_64: x86_64 target for AsmKit
    • implement instructions and their variants
      • mov
      • push
      • ret
    • implement relocations
    • locked/atomic operations
  • asmkit-x86: x86 target for AsmKit
  • asmkit-as: cross-platform assembler implemented with AsmKit.
  • asmkit-de: cross-platform disassembler implemented with AsmKit.