8 lines
151 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.
2023-10-29 15:16:36 +00:00
// type Index = uint32