I trying to write a program in Assembly that open a file and then write to it and then close it after writing to it, but I have no idea where to start. Can you give me some example code in Assembley?
( ? )
o
o
(O_O)
#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 site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.