Author |
Message |
Topic: NOP directive in HLASM |
alokagarwal
Replies: 6
Views: 3959
|
Forum: Application Programming Posted: Tue Dec 19, 2006 11:43 pm Subject: NOP directive in HLASM |
Hi Dennis,
In your example, when will the control come to the label OPENED, if it is coming to it, when the contol hits the label TEST second time, then why? |
Topic: NOP directive in HLASM |
alokagarwal
Replies: 6
Views: 3959
|
Forum: Application Programming Posted: Tue Dec 19, 2006 9:56 am Subject: NOP directive in HLASM |
Can any one tell me what does NOP directive does with an example. I read that it actually does not do anything then what is its significance? |
Topic: 64-bit instructions in Assembler |
alokagarwal
Replies: 0
Views: 937
|
Forum: Application Programming Posted: Thu Nov 09, 2006 1:12 am Subject: 64-bit instructions in Assembler |
I want to know what are the 64-bit instructions in Assembler. I know that in HLASM, we have different instrucion format, i.e. RR (2 bytes), RX (4 bytes), RS (4 bytes), SI (4 bytes) and SS (6 bytes), b ... |
|