Consider the following MARIE Assembly program: abel opcode operand hex 100 ONS func 0106 101 LOAD X 1104 102 OUTPUT 6000
Posted: Mon Jun 06, 2022 1:30 pm
Consider the following MARIE Assembly program: abel opcode operand hex 100 ONS func 0106 101 LOAD X 1104 102 OUTPUT 6000 103 HAL 204 X DEC 5 0005 105 Y DEC 1 0001 106 DEC 8 0000 107 LOAD X 1104 108 ADD Y 3105 109 STORE X 2104 10A JUMPI func C106 What's output on the console when the above program finishes execution? Express in decimal. func