Lines Matching +full:no +full:- +full:pc +full:- +full:write
3 M68000 Hi-Performance Microprocessor Division
5 Production Release P1.00 -- October 10, 1994
17 IN NO EVENT SHALL MOTOROLA BE LIABLE FOR ANY DAMAGES WHATSOEVER
21 Motorola assumes no responsibility for the maintenance and support of the SOFTWARE.
26 No licenses are granted by implication, estoppel or otherwise under any patents
31 ---------------------------
42 mode was pre-decrement or post-increment and the address register
49 ---------
50 If {i,d}mem_{read,write}_{byte,word,long}() returns
56 -------
66 ----
70 ------
71 Upon receiving a non-zero (failing) return value from
72 a {i,d}mem_{read,write}_{byte,word,long}() "call-out",
73 the package creates a 16-byte access error stack frame
75 through the "call-out" _real_access(). This is the process
80 PC = PC of instruction being emulated
82 ADDRESS = PC of instruction being emulated
88 bit 23 = 0 (write)
96 "call-out" stub by the user as appropriate. The MC68060 User's Manual
100 For data read/write access errors, the info stacked is:
102 PC = PC of instruction being emulated
109 bit 24 = x (read; 1 if read, 0 if write)
110 bit 23 = x (write; 1 if write, 0 if read)
118 "call-out" stub by the user as appropriate. The MC68060 User's Manual