Changeset 1003 for src/ASM/CPP2011
- Timestamp:
- Jun 20, 2011, 5:30:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/ASM/CPP2011/cpp-2011.tex
r1002 r1003 172 172 173 173 Further, consider what happens if, instead of appearing at memory address \texttt{0x100}, the instruction at line 5 instead appeared \emph{just} beyond the size of code memory, and all other memory addresses were shifted accordingly. 174 Now, in order to be able to successfully loadour program into the MCS-51's code memory, we are \emph{obliged} to shrink the \texttt{LJMP} occurring at line 5.174 Now, in order to be able to successfully fit our program into the MCS-51's code memory, we are \emph{obliged} to shrink the \texttt{LJMP} occurring at line 5. 175 175 That is, the shrinking process is not just related to optimisation, but also the completeness of the assembler. 176 176
Note: See TracChangeset
for help on using the changeset viewer.