Download Print this page

Intel EV80Cl96KB User Manual page 62

Microcontroller evaluation board

Advertisement

MCS-96
MACRO
ASSEMBLER
EV96
01/24/89
13:55:41
PAGE
3
ERR LOC
OBJECT
LINE
92
93
94
95
8000
96
97
98
99
0000
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
SOURCE
STATEMENT
; This
section
contains
EQUates
which
may
change
with
different
versions
; _---------------------------------~~~~~~~~~~~--~---~~-~-~--~-~-~~--~-~
offset
equ
8000H
; Code
offset
before
REMAP
;
Tell
the commands
what
to use
for psw while
monitor
is running
i
rism-psw
ew
OOOOH
; ko
Interrupts
enabled
i
This
section
contains
several
macros
generate
specifically
for this
program
; -----_--_------------------------------------------------------------------
; ENTER
RISM
i
-A macro
which
generates
the prologue
for the RISM
ISR
i EXIT
RISM
-
;
A macro
which
generates
the epilogue
for the RISM
ISR
;
; SEND
DATA
BYTE
-
i
A macro
which
passes
the lower
eight
bits
of RISM-DATA
to
;
the serial
port,
it assumes
the port
is ready
for data
;
; BYTE-PROTECT
i
A macro
which
terminates
the RISM
ISR if the RISM
is about
i
to write
into a byte
it should
not modify.
;
i WORD
PROTECT
-
i
A macro
which
terminates
the RISM
ISR if the RISM
is about
;
to write
into a word
it should
not modify.
i DWORD
PROTECT
;
-A macro
which
terminates
the RISM
ISR if the RISM
is about
;
to write
into
a double-word
it should
not modify.
;
$eject

Advertisement

loading