paulscottrobson / eris

Eris is an open source 16 bit retrocomputer design which can be built cheaply and easily
MIT License
11 stars 4 forks source link

Assembler labels do not work #24

Closed paulscottrobson closed 4 years ago

paulscottrobson commented 4 years ago

.label gives an unknown variable error because I forgot about the assembler when changing the variable declaration rule. Doh !

paulscottrobson commented 4 years ago

Autodeclaration allowed when defining labels.