Improved assembler

This commit is contained in:
2023-10-27 22:14:20 +02:00
parent ab48a86ccd
commit a5ba316319
3 changed files with 22 additions and 8 deletions

4
src/asm/Address.go Normal file
View File

@ -0,0 +1,4 @@
package asm
// Address represents a memory address.
type Address = uint32