File:
[Isaki's NoNo m68k/m88k emulator] /
nono /
fpe /
fpu_bcd.h
Revision
1.1.1.1 (vendor branch):
download - view:
text,
annotated -
select for diffs
Wed Apr 29 17:04:28 2026 UTC (3 months ago) by
root
Branches:
MAIN,
Isaki
CVS tags:
v027,
v026,
v025,
v024,
v023,
v022,
v021,
v020,
v019,
v018,
v017,
v016,
v015,
v014,
v013,
v012,
v011,
v010,
v009,
v008,
v007,
v006,
v005,
v004,
v003,
v002,
v001,
HEAD
nono 0.0.1
#ifndef _FPU_BCD_H_
#define _FPU_BCD_H_
#define FPU_BCD_DIGIT (19)
typedef struct fpu_bcd_t {
// 符号
int sign;
// 10^e
int e;
// 左詰め
uint8_t d[FPU_BCD_DIGIT];
} BCD;
#endif /* _FPU_BCD_H_ */
unix.superglobalmegacorp.com
This archive runs on limited infrastructure.
Preserving old code on modern bandwidth.
Automated agents are requested to crawl responsibly.