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 SkipVought 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. MichealSamer

    help me in an error

    sir, it is a very simple code INCLUDE Irvine32.inc .data mystr byte "Welcome",0 .code main PROC mov edx, offset mystr mov eax, 10000h call WriteString call DumpRegs exit main ENDP END main 1>------ Build started: Project: Project, Configuration: Debug Win32 ------ 1>Assembling...
  2. MichealSamer

    help me in an error

    e1>'ml.exe' is not recognized as an internal or external command, 1>operable program or batch file. 1>Project : error PRJ0019: A tool returned an error code from "Assembling..." 1>Build log was saved at "file://e:\Mika\kolia\first term\Assembly Language\p1\Debug\BuildLog.htm" 1>Project - 1...

Part and Inventory Search

Back
Top