mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
14 lines
137 B
C
14 lines
137 B
C
#ifdef __Z8001__
|
|
|
|
segm
|
|
#define PARG_0 rr6
|
|
#else
|
|
unsegm
|
|
#define PARG_0 r7
|
|
#endif
|
|
|
|
#define LARG_0 rr6
|
|
#define ARG_0 r7
|
|
|
|
#define LARG_1 rr4
|