DEV Community

Discussion on: What are you "old enough to remember" in software development?

Collapse
 
yaser profile image
Yaser Al-Najjar • Edited

Writing keygens for software in Assembly language... found this code in my old folders (still wondering how I managed to write such lines 😂)

This was written on a Win XP machine 😆

assembly

Collapse
 
sqlrob profile image
Robert Myers

I've done a bunch of assembly (x86, PPC and ARM professionally, 6502 and Z80 for the heck of it) and I'm not crazy enough to try raw Windows programming in it. My hat's off to you.