TF++, Miscellaneous classes and modules in C++:

◆ Ecpu_type

Define different CPU type that are recognized.

Enumerator
cpu_Intel 

Intel CPU.

cpu_Motorola 

Motorola CPU.

cpu_unknown 

unknown CPU

Definition at line 104 of file bytesex.h.

104  {
106  cpu_Intel = 1,
108  cpu_Motorola = 2,
110  cpu_unknown = 3
111 };
Motorola CPU.
Definition: bytesex.h:108