Hello:
I am running a tutorial example of "loading 10 numbers from .asm file via .cmd file to the memory".
I successfully built with no error or warning.
the following is the snapshot of my .asm file .cmd file and memory view result:
(This is CCS5.4.0 version:)
Remark: I created 10 digits as an array and store into .mydata.
Remark: I assigned the arrary into the address: 0x80000000h.
Then I try to view the memory to pinpoint my data but why the result looked like this?
I didn' see the 0 or 7 or -10 as supposed to. But I saw tons of red digits and 00070000. This result is different from the running result of the textbook where all ten digits were shown with corresponding address number near them.
Why i could not see "80000002" 80000004" 80000006"......80000012"?
And why the length of MYDATA is 00000100h which is 256? There are only ten digits.
The reason is that I didn't use CCS5.4.0 tool properly or something wrong with my code?
Thank you very much!