We are loaded with Load instructions on IBM machines. Load and Test Grande Register is a useful instruction to keep at your fingertips. Read about it here.
Review an Instruction: LTGR (IBM Assembler)
Categories:
Related Posts
Instruction of the Day: LInstruction of the Day: L
Listen to the lesson of the day here. You can find all the assembler resources here, and all the VisibleZ ...
Structured Assembler Macros: ELSEIFStructured Assembler Macros: ELSEIF
The IF macro can be paired with an ELSEIF companion macro to build a simple case statement. In the code ...
A Little Assembler MagicA Little Assembler Magic
In most languages, if you need to swap the contents of two variables, say X and Y, it normally requires ...
