(Задание 01 курса Assembly Language)
Part I. An Exploration. Not to be handed in.
a) Write a short program that consists of variations of the mov instruction using the different modes
For example:
label1: mov AX,BX
label2: mov BX,AX
label3: mov AX, 5
label4: mov AX,127
label5: mov AX, item
label6: mov item,AX
etc.etc.etc