sc68fordevelopers  2.2.1
getea68.h
Go to the documentation of this file.
1 
19 /* Copyright (C) 1998-2001 Ben(jamin) Gerard */
20 
21 #ifndef _GETEA68_H_
22 #define _GETEA68_H_
23 
24 #include "emu68/type68.h"
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
31 extern u32 (*get_eab[8])(u32 reg);
32 
34 extern u32 (*get_eaw[8])(u32 reg);
35 
37 extern u32 (*get_eal[8])(u32 reg);
38 
39 #ifdef __cplusplus
40 }
41 #endif
42 
43 #endif /* #ifndef _GETEA68_H_ */
44 
u32(* get_eab[8])(u32 reg)
Byte operand effective address calculation function table.
unsigned int u32
Must be an unsigned 32 bit integer.
Definition: type68.h:37
u32(* get_eal[8])(u32 reg)
Long operand effective address calculation function table.
u32(* get_eaw[8])(u32 reg)
Word operand effective address calculation function table.
Type definitions.