|
GBDK 2020 Docs
4.4.0
API Documentation for GBDK 2020
|
#include <gbdk-lib/include/gbdk/far_ptr.h>
Data Fields | |
| FAR_PTR | ptr |
| struct { | |
| void * ofs | |
| uint16_t seg | |
| } | segofs |
| struct { | |
| void(* fn )(void) | |
| uint16_t seg | |
| } | segfn |
Union for working with members of a FAR_PTR
| FAR_PTR __far_ptr::ptr |
| void* __far_ptr::ofs |
| uint16_t __far_ptr::seg |
| struct { ... } __far_ptr::segofs |
| void(* __far_ptr::fn) (void) |
| struct { ... } __far_ptr::segfn |