Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

PL/I & Assembler :: RE: Incorrect output when trying to add numbers

$
0
0
Author: steve-myers
Posted: Tue Jan 17, 2017 7:56 am (GMT 5.5)

dneufarth wrote:
machine instruction looks like 96F0bddd. 'b' = base register and 'ddd' = displacement


96FO (opcode & immediate data) is the offender in the error msg

At least that's what I recall from years ago.


Steve, good insight in your post. I went straight to solve the problem.

dneufarth still doesn't get it. The failing line probably was something like
Code:
OI UNPACK+1,X'FO'
to get the ASMA141E error. In other words, the OI was considered a label, and HLASM thought UNPACK+1,X'FO' was an instruction of some sort.

Viewing all articles
Browse latest Browse all 8500

Trending Articles