this post was submitted on 01 May 2024
146 points (98.7% liked)

retrocomputing

4696 readers
64 users here now

Discussions on vintage and retrocomputing

founded 2 years ago
MODERATORS
 

I was definitely a Commodore kid, and BASIC was my first language. Maybe it's nostalgia, but I still like BASIC for hobby stuff.

you are viewing a single comment's thread
view the rest of the comments
[–] paulh 2 points 11 months ago

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!