How programs get run: ELF binaries
How programs get run: ELF binaries
Posted Feb 7, 2015 4:01 UTC (Sat) by felixfix (subscriber, #242)Parent article: How programs get run: ELF binaries
Then I learned machine language for it, and delighted in knowing that 11 was add, 12 was subtract, while 21 was add immediate and 22 was subtract immediate (just reaching; those may not be correct!). My teacher and I began a contest to see who could get the most interesting program on a single 80 column card. I think he gave up when I got 120 digits of instruction with various nefarious overlaps. The program printed out THIMK over and over on the console typewriter. One sense switch would bypass a delay loop; a second halted the program. It couldn't print THINK because that M was the halt instruction.
I think I learned for more about useful programming in that summer than any class since.
