Page 1 of 1

Consider the following MARIE Assembly program: label opcode operand hex LOAD X 100 1108 101 SUBT Y 4109 102 SKIPCOND 000

Posted: Mon Jun 06, 2022 2:06 pm
by answerhappygod
Consider The Following Marie Assembly Program Label Opcode Operand Hex Load X 100 1108 101 Subt Y 4109 102 Skipcond 000 1
Consider The Following Marie Assembly Program Label Opcode Operand Hex Load X 100 1108 101 Subt Y 4109 102 Skipcond 000 1 (21.74 KiB) Viewed 20 times
Consider the following MARIE Assembly program: label opcode operand hex LOAD X 100 1108 101 SUBT Y 4109 102 SKIPCOND 000 8000 103. JUMP END 9107 104 LOAD X 1108 105 ADD Y 3109 106 STORE Y 2109 107 END HALT 7000 108. X DEC 8 0008 109 Y DEC 12 0000 Copyright 2016-2021 by A.Berrached--All Rights Reserved. What's the value in the AC register after the program executes the SUBT instruction? Express your answer in Decimal