m68kreg.dat 1.1 KB

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