Welcome to mirror list, hosted at ThFree Co, Russian Federation.

setarch.h « h8300hms « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b670e17732b08e1a6b540f9f077cca147f293646 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifdef __H8300H__
#ifdef __NORMAL_MODE__
	.h8300hn
#else
	.h8300h
#endif
#endif
#ifdef __H8300S__
#ifdef __NORMAL_MODE__
	.h8300sn
#else
	.h8300s
#endif
#endif