Which assembler do I need for this ASM file???
Which assembler do I need for this ASM file???
(OP)
Hi, I'm new, I was just wondering if you guys know what assembler I need to compile this code: http://briskaservice.t35.com/vesacore.asm
I need the assembler to make a lib, which then I can use QuickBasic 4.50's LINK program to make a library.
Thanks in advance.
-Jason W.
I need the assembler to make a lib, which then I can use QuickBasic 4.50's LINK program to make a library.
Thanks in advance.
-Jason W.
RE: Which assembler do I need for this ASM file???
It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.
RE: Which assembler do I need for this ASM file???
Are there any command line options I might not be aware of?
Thanks.
RE: Which assembler do I need for this ASM file???
do you get any error msgs?
I do not Have A.D.D. im just easily, Hey look a Squirrel!
RE: Which assembler do I need for this ASM file???
1 second, I'll upload the output:
http://briskaservice.t35.com/vesacore.asm
-Jason
RE: Which assembler do I need for this ASM file???
Here's the right link:
http:\\briskaservice.t35.com\output.txt
RE: Which assembler do I need for this ASM file???
It does look like you have an old version of MASM so you probably need to look at updating it.
It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.
RE: Which assembler do I need for this ASM file???
Thankyou!
-Jason
RE: Which assembler do I need for this ASM file???
CODE
Copyright (C) Microsoft Corp 1981-1997. All rights reserved.
It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.
RE: Which assembler do I need for this ASM file???
I type "ML VESACORE.ASM" and I still get errors like:
"instruction or register not accepted in current CPU mode"
"invalid instruction operands"
Do you guys just type "ML VESACORE.ASM"? Because that sounds impossible now. Haha.
-Jason
RE: Which assembler do I need for this ASM file???
CODE
This creates an OBJ with the same first name part as the ASM file. If you don't specify the /C, it assumes you wish to both assemble and link into an executable, which you have stated you do not desire to do. Also, the ASM you posted is not structured to do this.
It is not possible for anyone to acknowledge truth when their salary depends on them not doing it.
RE: Which assembler do I need for this ASM file???
I can't thank you enough!
I am lost for words!
Thankyou infinity!
RE: Which assembler do I need for this ASM file???
-----
LINK : error L2043: Quick Library support module missing
VESACORE.OBJ(vesacore.asm) : error L2029 : 'SVGAMouseOn' : unresolved external
VESACORE.OBJ(vesacore.asm) : error L2029 : 'TempCursorBufferX' : unresolved exte
rnal
VESACORE.OBJ(vesacore.asm) : error L2029 : 'TempCursorBuffer' : unresolved exter
nal
VESACORE.OBJ(vesacore.asm) : error L2029 : 'CursorBuffer' : unresolved external
: error L2029 : '__aulstart' : unresolved external
There were 6 errors detected
-----
Do you know what's wrong? I guess that "external" means that theres some file needed missing? Am I right? Can the code tell me what's missing?
Thank you
-Jason
RE: Which assembler do I need for this ASM file???
Andy
http://www.k-3d.org/wiki/Getting_Started