Refactored code structure

This commit is contained in:
Eduard Urbach 2024-07-03 11:39:24 +02:00
parent ed03f6a802
commit feebfe65bb
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
54 changed files with 583 additions and 450 deletions

View file

@ -9,5 +9,6 @@ const (
var (
Assembler = false
Verbose = false
Comments = false
Dry = false
)