this post was submitted on 01 May 2024
145 points (98.7% liked)
retrocomputing
4103 readers
3 users here now
Discussions on vintage and retrocomputing
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I found that the simpler, early BASIC dialects were a good primer for assembly language. You had to create all the structure from jumps to numeric values. Goto and gosub mapped on to jump and call instructions.
Using labels in assembly was a step up from line numbers!