stefan-b-jakobsson / basload-rom

BSD 2-Clause "Simplified" License
4 stars 0 forks source link

Special variable DA$ is not recognized #1

Closed markjreed closed 3 months ago

markjreed commented 8 months ago

BASLOAD is treating da$ as a standard variable and translating its name, removing its functionality:

Basload code:

NOW$ = DA$ + "T" + TI$ + OFFSET$

Compiled code:

AE$=AF$+"T"+TI$+AB$

(Originally opened as basload#10)

stefan-b-jakobsson commented 3 months ago

This issue has been fixed some time ago. It should be marked as closed.