I started in tech in 2001 and the payment terminals were written in assembly. The guy who wrote it could make changes directly on the device - no recompilation required.

Reply to this note

Please Login to reply.

Discussion

Ahh this sounds like the stuff of legends.

It was pretty impressive - long since replaced with c++ and now kotlin (android)

I used assembly for MCU programming, like PIC and Atmel, for hobby-level robotics stuff. It was very god-mode. I’m in the registers. I’m in the memory. I tell the program where to go and it obeys. Data types ? Never heard of them, all I see is 1s and 0s.

Alas, now I code in Python for work, and it’s all high level.

It’s as close to the motherboard as you’re likely to get. Python’s not the worst - I’m barely doing any development these days (maybe 100 lines a month tweaking old code). Stuck in management. Far less rewarding!😅

I hope it’s far better paid at least.