This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

are code banking and data banking similar??!!

hi friends,

i m experimenting with code banking using a very small code. I m just trying to glow an LED by switching the banks.But, the amount of code generated is very less in size.

Now i want to test my program by filling both the banked files to the optimum capicity of 64 KB. can i do it by using the following code :

DUMMY_DATA:
db:   "12345678901234567890"
db:   "12345678901234567890"
db:   "12345678901234567890"
db:   "12345678901234567890"


if i repeatedly write this code in my file i will very easily attain 64KB . but, i m not sure, this has to considered as data or code, because for data banking i have to define some extra directives. plz reply if someone has any idea.

0