The web site at Columbus State University that hosts my assembler material is temporarily down. I’m working on moving all of it to a different server. Sorry for the inconvenience.
Web Site Down Temporarily
Categories:
Related Posts
Get Shifty – Shift Factors in Shifts and Rotate InstructionsGet Shifty – Shift Factors in Shifts and Rotate Instructions
There’s two distinct approaches you can take when coding shifts and rotate instructions: 1) Hardcoded Shift Factor – Here’s a ...
Structured Assembler Macros: The While LoopStructured Assembler Macros: The While Loop
Build a while loop using the structured assembler Do macro. Here is the relevant code: DO WHILE=(CP,X,LT,=P'10') AP X,=P'1' MVC ...
Instruction of the Day: SPMInstruction of the Day: SPM
Are you catching all the overflows that occur when you perform packed decimal arithmetic? Not sure? Read about the Set ...