Added memory address patching
This commit is contained in:
parent
6f097c9eee
commit
23e8b67e88
9 changed files with 98 additions and 35 deletions
|
@ -2,3 +2,6 @@ package asm
|
|||
|
||||
// Address represents a memory address.
|
||||
type Address = uint32
|
||||
|
||||
// Index references an instruction by its position.
|
||||
type Index = uint32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue