Improved assembler
This commit is contained in:
parent
8e193c69b6
commit
f11757d9e4
3 changed files with 22 additions and 8 deletions
4
src/asm/Address.go
Normal file
4
src/asm/Address.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package asm
|
||||
|
||||
// Address represents a memory address.
|
||||
type Address = uint32
|
Loading…
Add table
Add a link
Reference in a new issue