123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- ;
- ; $Id$
- ;
- ; Motorola 680x0 registers
- ;
- ; layout
- ; <name>,<type>,<value>,<stdname>,<stabidx>
- ;
- NO,$00,$00,INVALID,INVALID,-1
- D0,$01,$00,d0,%d0,0
- D1,$01,$01,d1,%d1,1
- D2,$01,$02,d2,%d2,2
- D3,$01,$03,d3,%d3,3
- D4,$01,$04,d4,%d4,4
- D5,$01,$05,d5,%d5,5
- D6,$01,$06,d6,%d6,6
- D7,$01,$07,d7,%d7,7
- A0,$01,$08,a0,%a0,8
- A1,$01,$09,a1,%a1,9
- A2,$01,$0a,a2,%a2,10
- A3,$01,$0b,a3,%a3,11
- A4,$01,$0c,a4,%a4,12
- A5,$01,$0d,a5,%a5,13
- A6,$01,$0e,a6,%a6,14
- SP,$01,$0f,sp,%sp,15
- FP0,$02,$00,fp0,%fp0,16
- FP1,$02,$01,fp1,%fp1,17
- FP2,$02,$02,fp2,%fp2,18
- FP3,$02,$03,fp3,%fp3,19
- FP4,$02,$04,fp4,%fp4,20
- FP5,$02,$05,fp5,%fp5,21
- FP6,$02,$06,fp6,%fp6,22
- FP7,$02,$07,fp7,%fp7,23
- PC,$05,$00,pc,%pc,24
- CCR,$05,$01,ccr,%ccr,0
- FPCR,$05,$02,fpcr,%fpcr,0
- SR,$05,$03,sr,%sr,0
- SSP,$05,$04,ssp,%ssp,0
- DFC,$05,$05,dfc,%dfc,0
- SFC,$05,$06,sfc,%sfc,0
- VBR,$05,$07,vbr,%vbr,0
- FPSR,$05,$08,fpsr,%fpsr,0
- ;
- ; $Log$
- ; Revision 1.3 2004-04-26 11:05:28 florian
- ; + gas registers
- ;
- ; Revision 1.2 2004/04/25 21:26:16 florian
- ; * some m68k stuff fixed
- ;
- ; Revision 1.1 2003/12/10 02:30:58 karoly
- ; * initial revision
- ;
|