TheNewbieOnASM
Programmer
#MAKE_COM#
ORG 100h
MOV AX, 0B800h
MOV DS, AX
MOV CL, 'A'
MOV CH, 01011111b
MOV BX, 15Eh
MOV [BX], CX
Please can you help me explain this code to me so that I can understand it because I'm just a newbie at assembly or ASM. What are the variables in this program. Also why suddenly the [BX] and CX suddenly appear and what is CX.
Your help will be appreciate.
ORG 100h
MOV AX, 0B800h
MOV DS, AX
MOV CL, 'A'
MOV CH, 01011111b
MOV BX, 15Eh
MOV [BX], CX
Please can you help me explain this code to me so that I can understand it because I'm just a newbie at assembly or ASM. What are the variables in this program. Also why suddenly the [BX] and CX suddenly appear and what is CX.
Your help will be appreciate.