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