A
A
Andrey14562021-11-25 14:35:59
assembler
Andrey1456, 2021-11-25 14:35:59

Machine code and assembler. How to read the code?

Can you suggest how to read these lines. The teacher can point to any line and say read. I searched the Internet for information about this, but did not find it. Maybe I didn't search well.
If there are lectures on this subject, I will be grateful. Particularly interested in column 6
619f74be6b3f2026000207.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kuts, 2021-11-25
@fox_12

5th column - labels for the transition, 6th column - instruction mnemonics, 7th - operands
Previous columns - the serial number of the program line and the actual machine opcodes
Open the instructions of the target processor (which you did not specify, by the way, how and which one assembler is used) - yes, you interpret ...
HALT - command to suspend the processor until waiting for an interrupt
MOV - transfer data from one operand to another ...
etc.
Basically, nothing complicated.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question