Experiment 4 of assembly language Wang Shuang Fourth Edition (including detailed explanation of [bx] and loop)
Basic concepts
All experimental addresses of assembly language
[bx] and memory unit
[bx]And[0]similar,[0]Represents the memory unit, and the offset address is[0],The segment address defaults to ds
example: mov ax,[0] ->Send the contents of a memory unit into ax(The length of memory unit is 2 bytes, which mainly depends on ax (2 bytes) ...
Posted by akabugeyes on Tue, 04 Jan 2022 21:05:14 +0100