Relative
Categories:
Related Posts
Code ArcheologyCode Archeology
It’s easy to spot the thinking of long-forgotten legacy assembler programmers in the production code that runs on today’s systems. ...
Two Great Assembler TextsTwo Great Assembler Texts
My all-time favorite IBM mainframe assembler text is Peter Abel’s Programming Assembler Language: IBM 370 series architecture and assembly language. ...
The Secret of PUTs and GETsThe Secret of PUTs and GETs
PUTs and GETs are easy, right? PUT FILEOUT,RECOUT adds the contents of RECOUT as a new record in FILEOUT. GET ...