•
Stack
This command displays the contents of the stack buffer. (Fig 6-4) The
maximum stack level of the
µ
C for the current project is displayed on this
window (in Fig 6-4, the maximum stack level of HT48100 is 2). The
growth of the stack is numbered from 0. The number is increased by 1 for
push operations, i.e. for CALL instructions or interrupts, and decreased
by 1 for pop operations, ie. RET or RETI instructions. The top stack line
is highlighted. In Fig 6-4, the first line marked with 00: is the top stack
line. After executing a RET or RETI instruction, the return address in the
top stack will be popped, and the line above is highlighted as the new top
stack line. If there is no line above the popped line, then no line will be
highlighted. The format of each stack line is:
stack_level: program_counter source_file_name
(line_number)
where the stack_level is the level number of the stack, program_counter
is the hex return address of the calling procedure or the program address
of the interrupted instruction, source_file_name is the complete name of
the source file containing the calling or interrupted instruction, and
line_number is the decimal line number of the instruction after the call
instruction or interrupted instruction in the source file.
Fig 6-4
HT-IDE User’s Guide
58
Summary of Contents for HT-IDE
Page 11: ...P a r t I Integrated Development Environment Part I Integrated Development Environment 1 ...
Page 12: ...HT IDE User s Guide 2 ...
Page 20: ...Fig 1 6 Fig 1 7 HT IDE User s Guide 10 ...
Page 24: ...HT IDE User s Guide 14 ...
Page 70: ...HT IDE User s Guide 60 ...
Page 76: ...HT IDE User s Guide 66 ...
Page 92: ...HT IDE User s Guide 82 ...
Page 93: ...P a r t I I Development Language and Tools Part II Development Language and Tools 83 ...
Page 94: ...HT IDE User s Guide 84 ...
Page 148: ...HT IDE User s Guide 138 ...
Page 150: ...Fig 12 1 Fig 12 2 HT IDE User s Guide 140 ...
Page 154: ...HT IDE User s Guide 144 ...
Page 192: ...HT IDE User s Guide 182 ...
Page 194: ...HT IDE User s Guide 184 ...
Page 218: ...HT IDE User s Guide 208 ...
Page 235: ...P a r t V Appendix Part V Appendix 225 ...
Page 236: ...HT IDE User s Guide 226 ...
Page 250: ...HT IDE User s Guide 240 ...