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

    trying to print a series of charac to the printer using INT 17H

    hi Rick, this is asymnovice thanking you for the answer to how to print a character to the printer. I ran you program and it would not link. It said I "had an unresolved external symbol namly _mainCRTSstartup.". This was the same error I got before. Your program assembled with no errors or...
  2. asmnovice

    trying to print a series of charac to the printer using INT 17H

    I get L2001. "Unresolved external symbol _mainCRTStartup". and my program won't link even though I get no errors or warning from the compile. the program : mysegment para 'DATA message BYTE 'programming in assembly is fast' mydata ends mycode para "code' mov bx,00h...
  3. asmnovice

    pwb not running when I click on run program. Progran assembled with n

    I am using programers work bench for assembly vwerion 6.11 loaded into windows me. I get thru the part that says no warnings. My program had no erros. So I click on run and found out that run was grayed out. I looked up the error pwb3096 and found it said that there is an "Unsupported Video...
  4. asmnovice

    Help with the MOV instruction

    Vonnegut. What you have is an indirect addressing situation. control does not go to C23H It goes to the address that is held in the location C23h and controll is sent to the address saved in C23H, Not address C23H. The notation [C23H] is an indirect Addressing Notation.
  5. asmnovice

    win32 assembly programming

    I am a newbie on win32 assembly programming. I am using old win32 assembly programms to learn. I got an error that I would like some explanion on: The Error is "Syntax Error". I got it on instructions like the following: AbortDoc PROCDESC WINAPI :HDC BitBlt PROCDESC WINAPI :HDC...
  6. asmnovice

    Win32 assembly

    My question is can I write Win32 assembly code with my MASM611 assembly package? Or do I need to purchase another Assembly package? I keep hearing that programmers no longer code in assembly language. But then there is this forum. Could someone help me out? Can the programmers workbench...

Part and Inventory Search

Back
Top