Hacker News new | ask | show | jobs
by hvm 3721 days ago
I've been working as a programmer for more than 6 years now.

I still think my best work is a graphical library I built in 9th grade in assembly to use with my Pascal programs in MSDOS.

  mov ax, 13h
  int 10h      ;SCREEN 13 rules!!!
2 comments

Still have my copy of PC Intern[0] from which I was able to learn how to do the same.

[0]http://www.amazon.com/PC-Intern-Programming-Encyclopedia-Dev...

The good old days! After using edlin to write BASIC on my parents' 80286, we got a Pentium with a modem, and I used it to download Ralf Brown's Interrupt List and an assembler. Both downloads, I started before I went to bed and they were done by morning. (So as not to tie up the phone line during daytime.) Rbinter wasy my guide to causing a whole new world of exciting crashy behavior. Ultimately I wrote a paint program in assembly before I gave in and started using high level languages like C.

And kids these days, they just don't understand!

oh the Turbo Pascal and Turbo C days, where I had embedded assembly code mostly to have fun with 5.25 drives. Did fun experiments with copy protection back then; it was a thing; down to interrupt handling and more.

also a fun way to seize up your computer when you got it wrong, I mean it compiled it should run, right?