Consider the following MARIE Assembly program: abel opcode operand hex 100 ONS func 0106 101 LOAD X 1104 102 OUTPUT 6000
-
answerhappygod
- Site Admin
- Posts: 899604
- 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!