Continuing to the next line
Lucky
Posts: 98
Does anyone know how to continue a lookup or lookdown table to the next line? When it starts to get too long in length, I press enter and continue the table on the next line, but at compile time, it says it expects an expression term on the first line and will not run.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"You do not really understand something unless you can explain it to your grandmother."
-Lucky[size=-1][/size]
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"You do not really understand something unless you can explain it to your grandmother."
-Lucky[size=-1][/size]
Comments
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"You do not really understand something unless you can explain it to your grandmother."
-Lucky[size=-1][/size]
What I would like to do is stick a lookup table into a VAR section without having to copy those values from the DAT section using code. My application is very tight on RAM/code space so it would be ideal to do something like this:
I would like to do this because I would like to pass the address of the lookup table to an assembly routine. I'm limited on space in the assembly routine too so I can't stick it there...
Any ideas?
-Jack
Why not just lay your tables out like this:
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
For me, the past is not over yet.