Answers

Question and Answer:

  Home  IBM Assembler

⟩ How do you round the addition or subtraction of two numbers in assembler?What does the following code do?AP WKUR,=P5 where WKUR is a label?

This is a vague two-part question.

1) You can round by adding .5

2) Adds 5 to WKUR, but it had better be a valid packed field, and not just a label.

 174 views

More Questions for you: