SYS68K/CPU-30 R4 Technical Reference Manual
Appendix to VMEPROM
Page 161
/*654*/ WORD bpocc[MAXBP];
/* # of times the breakpoint should be
*/
/* skipped
*/
/*668*/ WORD bpcocc[MAXBP];
/* # of times the breakpoint is already
*/
/* skipped
*/
/*67C*/ LWORD bptadr;
/* temp. breakpoint address
*/
/*680*/ WORD bptinst;
/* temp. breakpoint instruction
*/
/*682*/ WORD bptocc;
/* # of times the temp. breakpoint should
*/
/* be skipped
*/
/*684*/ WORD bptcocc;
/* # of times the temp. breakpoint is
*/
/* already skipped
*/
/*686*/ char bptcmd[11];
/* temp. breakpoint command
*/
/*691*/ char outflag;
/* output messages (yes=1,no=0)
*/
/*692*/ char namebn[MAXNAME][8];
/* Name buffer, name
*/
/*6BA*/ char namebd[MAXNAME][40];
/* Name buffer, data
*/
/*782*/ WORD errcnt;
/* error counter for test ..
*/
/*784*/ LWORD times,timee;
/* start/end time
*/
/*78C*/ LWORD pregs[N_REGS];
/* storage area of processor regs
*/
/*7F0*/ WORD tflag;
/* trace active flag
*/
/*7F2*/ WORD tcount;
/* trace count
*/
/*7F4*/ WORD tacount;
/* active trace count
*/
/*7F6*/ WORD bpact;
/* break point active flag
*/
/*7F8*/ LWORD savesp;
/* save VMEprom stack during GO/T etc
*/
/*7FC*/ char VMEMSP[202];
/* Master stack, handle w/ care
*/
/*8C6*/ char VMESSP[802];
/* supervisor stack, handle w/ care
*/
/*BE8*/ char VMEPUSP[802];
/* vmeprom internal user stack
*/
/*F0A*/ LWORD f_fpreg[3*8];
/* floating point data regs
*/
/*F6A*/ LWORD f_fpcr;
/* FPCR reg
*/
/*F6E*/ LWORD f_fpsr;
/* FPSR reg
*/
/*F72*/ LWORD f_fpiar;
/* FPIAR reg
*/
/*F76*/ BYTE f_save[0x3c];
/* FPSAVE for null and idle
*/
/*FB2*/ BYTE cleos[2];
/* clear to end of screen parameter
*/
/*FB4*/ BYTE cleol[2];
/* clear to end of line parameters
*/
/*FB6*/ char u_prompt[10];
/* user defined prompt sign
*/
/*FC0*/ long c_save;
/* save Cache control register
*/
/*FC4*/ long exe_cnt;
/* execution count
*/
/*FC8*/ BYTE nokill;
/* kill task with no input port
*/
/*FC9*/ BYTE u_mask;
/* unit mask for echo
*/
/*FCA*/ WORD sysflg;
/* system flags used by VMEPROM
*/
/* bit 0: display registers short form
*/
/* bit 1: trace without reg. display
*/
/* bit 2: trace over subroutine
*/
/* bit 3: trace over subroutine active
*/
/* bit 4: trace over range
*/
/* bit 5: no register initialization
*/
/* bit 6: output redirection into file
*/
/* and console at the same time
*/
/*FCC*/ LWORD t_range[2];
/* start/stop PC for trace over range
*/
/*FD4*/ LWORD ex_regs;
/* pointer to area for saved regs
*/
/*FD8*/ BYTE sparend[0x1000-0xFD8];
/* make tcb size $1000 bytes
*/
char _tbe[0];
/* task beginning
*/
};
Содержание SYS68K/CPU-30 R4
Страница 41: ...Installation SYS68K CPU 30 R4 Technical Reference Manual Page 28...
Страница 127: ...Hardware Description SYS68K CPU 30 R4 Technical Reference Manual Page 114...
Страница 130: ...SYS68K CPU 30 R4 Technical Reference Manual Set of Data Sheets Page 117 4 2 1 RTC 72421...
Страница 131: ...Set of Data Sheets SYS68K CPU 30 R4 Technical Reference Manual Page 118 4 2 2 DUSCC 68562...
Страница 132: ...SYS68K CPU 30 R4 Technical Reference Manual Set of Data Sheets Page 119 4 2 3 PI T TS68230...
Страница 133: ...Set of Data Sheets SYS68K CPU 30 R4 Technical Reference Manual Page 120 4 2 4 SCSI 87033 34...
Страница 134: ...SYS68K CPU 30 R4 Technical Reference Manual Set of Data Sheets Page 121 4 2 5 FDC37C65C...
Страница 135: ...Set of Data Sheets SYS68K CPU 30 R4 Technical Reference Manual Page 122 4 2 6 LANCE Am79C90...
Страница 136: ...SYS68K CPU 30 R4 Technical Reference Manual Set of Data Sheets Page 123 4 2 7 SIA Am7992B...
Страница 137: ...Set of Data Sheets SYS68K CPU 30 R4 Technical Reference Manual Page 124 4 2 8 Motorola MC68030 and MC68882...
Страница 145: ...VMEPROM SYS68K CPU 30 R4 Technical Reference Manual Page 132...
Страница 189: ...Appendix to VMEPROM SYS68K CPU 30 R4 Technical Reference Manual Page 176...