Added memory address patching

This commit is contained in:
2023-10-29 12:24:40 +01:00
parent d6be76b85a
commit fbe6aa80bb
9 changed files with 98 additions and 35 deletions

View File

@ -2,3 +2,6 @@ package asm
// Address represents a memory address.
type Address = uint32
// Index references an instruction by its position.
type Index = uint32