Added file scanner

This commit is contained in:
Eduard Urbach 2023-10-30 16:17:41 +01:00
parent fc2600c796
commit 16690d390f
Signed by: eduard
GPG key ID: 49226B848C78F6C8
10 changed files with 178 additions and 71 deletions

View file

@ -2,6 +2,3 @@ package asm
// Address represents a memory address.
type Address = uint32
// Index references an instruction by its position.
// type Index = uint32