It was pretty impressive - long since replaced with c++ and now kotlin (android)
Discussion
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.