NASM - The Netwide Assembler

NASM Forum => Other Discussion => Topic started by: debs3759 on November 23, 2016, 02:17:42 AM

Title: Omission in docs
Post by: debs3759 on November 23, 2016, 02:17:42 AM
I have requested to set up a bugzilla account, but have not yet received an email, so posting here so I don't forget what I wanted to report :)

I have been doing some research for my CPUID code, and when looking to see if a very poorly documented instruction for C&T Super386 chips is supported (it isn't, and is so obscure I don't expect it to be added) I noticed the SETcc instructions are not listed in the latest docs. Probably not a big issue, but should be easy enough for someone to add (I'm resisting getting back on the team for a while as I am so busy).
Title: Re: Omission in docs
Post by: Frank Kotler on November 23, 2016, 03:12:02 AM
Hi Debs,

As you know, the Nasm Manual no longer includes an instruction set reference. When we did have an instruction set reference, we did have SETcc:

http://home.myfairpoint.net/fbkotler/nasmdocc.html#section-A.4.287

... this may not be what you're talking about...

Best,
Frank

Title: Re: Omission in docs
Post by: debs3759 on November 23, 2016, 05:38:00 AM
The current version has a list of instructions, SETcc is not included in that list. I have the old docs from 0.98 with descriptions, it's easier than cross referencing multiple manuals and datasheets :)

When I set up my new website next year I will be creating a nasm compatible instruction reference.
Title: Re: Omission in docs
Post by: Frank Kotler on November 23, 2016, 05:50:01 AM
You're right, of course, that SETcc is not in the current "list". I have no idea why not.

Looking foreward to your new website!

Best,
Frank