8 lines
148 B
Go
Raw Normal View History

2023-10-27 20:14:20 +00:00
package asm
// Address represents a memory address.
type Address = uint32
2023-10-29 11:24:40 +00:00
// Index references an instruction by its position.
type Index = uint32