Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. TheNewbieOnASM

    I/O in Assembly

    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 :-)
  2. TheNewbieOnASM

    I/O in Assembly

    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)
  3. TheNewbieOnASM

    Code explaining

    :-) 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]
  4. TheNewbieOnASM

    Code explaining

    #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...

Part and Inventory Search

Back
Top