source: trunk/libs/newlib/src/newlib/libc/machine/z8k/args.h

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 137 bytes
Line 
1#ifdef __Z8001__
2
3segm
4#define PARG_0 rr6
5#else
6unsegm
7#define PARG_0 r7
8#endif
9
10#define LARG_0 rr6
11#define ARG_0 r7
12
13#define LARG_1 rr4
Note: See TracBrowser for help on using the repository browser.