FPTR

Type Alias FPTR 

Source
pub type FPTR = usize;
Expand description

A function pointer with the Amiga calling convention

Parameters and the return value are passed in the CPU registers (this is not the ā€œCā€ calling convention). The ROM kernel manuals have documented which registers to use.