www.digitalmars.com         C & C++   DMDScript  

c++.dos.16-bits - Which instructions sets are supported?

reply Adrian Cole <Adrian_member pathlink.com> writes:
80186?
80286?
80386?

There doesn't seem to be a way of changing this is the project settings, so I
assume it is hard-coded to a particular instruction set.
Jun 29 2002
parent Jan Knepper <jan smartsoft.cc> writes:
I think you can set it.
Are you using the IDDE?
Click with the right button on the project and chose "Settings"
Click Build tab
Click "Code Generation"
Than at the bottom:
Target CPU: 86, 286, 386, 486, Pentium
This is not related to the memory model which might me -ml (DOS LARGE) AFAIK.
Jan



Adrian Cole wrote:

 80186?
 80286?
 80386?

 There doesn't seem to be a way of changing this is the project settings, so I
 assume it is hard-coded to a particular instruction set.
Jun 29 2002