Capstone Documentation Beta

Enumeration M68kFpu​Size

public enum M68kFpuSize

Operation size of the FPU instructions (Notice that FPU instruction can also use CPU sizes if needed)

%3 M68kFpuSize M68kFpuSize UInt32 UInt32 M68kFpuSize->UInt32

Conforms To

UInt32

Enumeration Cases

none

case none

unsized like fsave/frestore

single

case single

4 byte in size (single float)

double

case double

8 byte in size (double)

extended

case extended

12 byte in size (extended real format)