Re: [ioquake3] What are ASM files used for?

2012-12-03 Thread Yasir I . Al-Dosary - zgzg2020™
Thank you for all the help in answering my question!
Apparently, for cross-compiling I did not need to build qvms for my mod. (I 
know, I don't need qvms if I'm modding. I just knew that)

So, I did not have to hassle with them any longer.

Thank you for the help!





 From: Tim Angus t...@ngus.net
To: Primary ioquake3 Discussion/Development list ioquake3@lists.ioquake.org 
Sent: Friday, November 30, 2012 8:01 PM
Subject: Re: [ioquake3] What are ASM files used for?
 
On 29/11/2012 08:28, Yasir I. Al-Dosary - zgzg2020™ wrote:
 Hi again,
 I tried to look for documentation online to see what ASM files are used
 for but couldn't find any.
 Does anybody know?

ASM files are the result of compiling C source code (using q3lcc, which 
utilises lburg) to a format that can then be assembled into a QVM file by 
q3asm. If you don't need to use the virtual machine you can safely disable 
building them and the QVM.

___
ioquake3 mailing list
ioquake3@lists.ioquake.org
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.


___
ioquake3 mailing list
ioquake3@lists.ioquake.org
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.

Re: [ioquake3] What are ASM files used for?

2012-11-30 Thread Tim Angus

On 29/11/2012 08:28, Yasir I. Al-Dosary - zgzg2020™ wrote:

Hi again,
I tried to look for documentation online to see what ASM files are used
for but couldn't find any.
Does anybody know?


ASM files are the result of compiling C source code (using q3lcc, which 
utilises lburg) to a format that can then be assembled into a QVM file 
by q3asm. If you don't need to use the virtual machine you can safely 
disable building them and the QVM.


___
ioquake3 mailing list
ioquake3@lists.ioquake.org
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.


Re: [ioquake3] What are ASM files used for?

2012-11-29 Thread chris deboy
They house assembly code.

On Thu, Nov 29, 2012 at 3:28 AM, Yasir I. Al-Dosary - zgzg2020™ 
yasiraldos...@yahoo.com wrote:

 Hi again,
 I tried to look for documentation online to see what ASM files are used
 for but couldn't find any.
 Does anybody know?

 ___
 ioquake3 mailing list
 ioquake3@lists.ioquake.org
 http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
 By sending this message I agree to love ioquake3 and libsdl.

___
ioquake3 mailing list
ioquake3@lists.ioquake.org
http://lists.ioquake.org/listinfo.cgi/ioquake3-ioquake.org
By sending this message I agree to love ioquake3 and libsdl.