You can quickly learn or review six IBM Assembler instructions with this article. Insert Immediate instructions allow you to modify all the halfword and fullword postitions in a 64-bit register. IIHF,IILF,IIHH,IIHL,IILH,IILL — The I’s have it!
Review a Six-pack of Instructions! (IBM Assembler)
Categories:
Related Posts
Enterprise Training in the new yearEnterprise Training in the new year
Check out the specialized enterprise training that is available through Marist College (credit or non-credit). I may teach the assembler ...
Order a Book, Support the SiteOrder a Book, Support the Site
I just published my first novel, The Elvis Bird, on Amazon, and Barnes and Noble. It’s a mystery about an ...
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 ...
