H.J. Lu wrote:
[...]
> +enum
> +{
> + /* i186 or better required */
> + Cpu186 = 0,
[...]
> +enum
> +{
> + /* has direction bit. */
> + D = 0,
[...]
> +enum
> +{
> + /* 8bit register */
> + Reg8 = 0,
Putting on my pedant's hat: All those '= 0' are redundant.
David Daney