Page 1 of 1

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
by answerhappygod
Consider The Following Marie Assembly Program Abel Opcode Operand Hex 100 Ons Func 0106 101 Load X 1104 102 Output 6000 1
Consider The Following Marie Assembly Program Abel Opcode Operand Hex 100 Ons Func 0106 101 Load X 1104 102 Output 6000 1 (38.88 KiB) Viewed 54 times
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