package asm // Address represents a memory address. type Address = uint32 // Index references an instruction by its position. // type Index = uint32