mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-19 13:02:32 +02:00
28 lines
334 B
C++
28 lines
334 B
C++
{ don't edit, this file is generated from z80reg.dat }
|
|
RS_NO = 0;
|
|
RS_A = 0;
|
|
RS_C = 1;
|
|
RS_B = 1;
|
|
RS_BC = 1;
|
|
RS_E = 2;
|
|
RS_D = 2;
|
|
RS_DE = 2;
|
|
RS_L = 3;
|
|
RS_H = 3;
|
|
RS_HL = 3;
|
|
RS_IX = 4;
|
|
RS_IY = 5;
|
|
RS_A_ = 6;
|
|
RS_C_ = 7;
|
|
RS_B_ = 8;
|
|
RS_E_ = 9;
|
|
RS_D_ = 10;
|
|
RS_L_ = 11;
|
|
RS_H_ = 12;
|
|
RS_SP = 0;
|
|
RS_PC = 1;
|
|
RS_R = 2;
|
|
RS_F = 3;
|
|
RS_F_ = 4;
|
|
RS_I = 5;
|