GBDK 2020 Docs
API Documentation for GBDK 2020
types.h File Reference
#include <asm/gbz80/types.h>

Go to the source code of this file.

Data Structures

union  _fixed
 

Typedefs

typedef INT8 BOOLEAN
 
typedef INT8 BYTE
 
typedef UINT8 UBYTE
 
typedef INT16 WORD
 
typedef UINT16 UWORD
 
typedef INT32 LWORD
 
typedef UINT32 ULWORD
 
typedef INT32 DWORD
 
typedef UINT32 UDWORD
 
typedef union _fixed fixed
 

Detailed Description

Shared types definitions.

Typedef Documentation

◆ BOOLEAN

typedef INT8 BOOLEAN

TRUE or FALSE.

◆ BYTE

typedef INT8 BYTE

Signed 8 bit.

◆ UBYTE

typedef UINT8 UBYTE

Unsigned 8 bit.

◆ WORD

typedef INT16 WORD

Signed 16 bit

◆ UWORD

typedef UINT16 UWORD

Unsigned 16 bit

◆ LWORD

typedef INT32 LWORD

Signed 32 bit

◆ ULWORD

typedef UINT32 ULWORD

Unsigned 32 bit

◆ DWORD

typedef INT32 DWORD

Signed 32 bit

◆ UDWORD

typedef UINT32 UDWORD

Unsigned 32 bit

◆ fixed

typedef union _fixed fixed

Useful definition for fixed point values