This is my first time looking at anything in Pep 8 machine language and i was wondering if someone could help me understand how to do these problems . I am supposed to find the output for each program. I know the answer for the first one but I don't know how to get that answer and on the second one i am completely lost.
I've seen 91 is Bitwise AND instruction and as a convert decimal instruction
first problem
0000 C1000E; A: = first number
0003 910010; ?
0006 F1000D; Store the character
0009 51000D; Char output
000C 00; Stop
000D 00; Character to output
000E A94F; ?
0010 FFFD; ?
Output:
M
Second problem
0000 C1000C; A: = first number
0003 18; ?
0004 F1000B; store the character
0007 51000B; chararacter output
000A 00; Stop
000B 00; Character to outpute
0010 F0D4; ?