- 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 52 times
Consider the following MARIE Assembly program: abel opcode operand hex 100 ONS func 0106 101 LOAD X 1104 102 OUTPUT 6000
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Consider the following MARIE Assembly program: abel opcode operand hex 100 ONS func 0106 101 LOAD X 1104 102 OUTPUT 6000
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