When I run the codes that you posted it, the compiler pop up with a message that said unknown byte 6Eh. Can you tell me why it said that and why did it happend?
Thank you, for the example code :-)
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)
:-)
Thank you AirCon and lionelhill for your help and your time. It very helped me and I can understand the code, but not that much. Sorry about my bad english because english is not my mother tongue.
[thumbsup] [thumbsup2] [2thumbsup]
#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.