Re: MASM instructions




ArarghMail611NOSPAM@xxxxxxxxxxxxxxxxx wrote:
On 20 Nov 2006 18:53:26 -0800, bob@xxxxxxxxxxxxxx wrote:

I was just wondering how to see which instructions are supported in
MASM. In particular, I want to know if the LGDT instruction is
supported. I can't get it to compile.

It is. Need to specify ".386P" or somesuch
--
ArarghMail611 at [drop the 'http://www.' from ->] http://www.arargh.com
BCET Basic Compiler Page: http://www.arargh.com/basic/index.html

To reply by email, remove the garbage from the reply address.

It still doesn't work even with .386P, .486P, .586P, and .686P.

.



Relevant Pages

  • Re: MASM instructions
    ... I want to know if the LGDT instruction is ... I can't get it to compile. ... Need to specify ".386P" or somesuch ... You need MASM 5.00 or later. ...
    (alt.lang.asm)
  • Re: MASM instructions
    ... I want to know if the LGDT instruction is ... I can't get it to compile. ... Need to specify ".386P" or somesuch ...
    (alt.lang.asm)
  • Ref: Toni Erdmann - GCC difference in size of long
    ... It seems unfair to me that the response Must go to the group you have ... order to compile it. ... error signal caused by a single misplaced int is particularly hard to find. ... You can also specify the architecture of the target. ...
    (alt.os.linux.suse)
  • Re: How to avoid undesired default values?
    ... I may specify an integer or real number but forget to ... I am using "gfortran" to compile my codes. ... Controlling init checking by individual program units. ...
    (comp.lang.fortran)
  • Re: Unsigned 32 bit
    ... I'm reading through a MASM manual dated from 1992. ... My goal is to compile the information you've ... assembly to compile a DLL. ... ByRef lngDest As Long, ByRef lngFirst As Long, _ ...
    (microsoft.public.vb.general.discussion)