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 bkrike 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

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