|
Hi
on section 6.1 on TECS:
Three comments are in order here. First, note that the variable allocation assumption implies that the largest program that we can run is 1,024 instructions
long. Since realistic programs (like the operating system) are obviously much larger,
the base address for storing variables will normally be much farther.
but
if i correctlly understand, the program code resides on the ROM16K while the variables are stored on the RAM address range. so why should be aqny adress range restriction on the code size?
regards
|