How to eliminate the need for @@@ in PropBASIC ?
Bean
Posts: 8,129
Here is some code showing how PropBASIC uses the @ @ @ operator.
How can the use of @ @ @ be avoided ?
I am open to any ideas.
Bean
' hubVar1 HUB LONG ' mov __temp,#0 ' WRLONG hubVar1,0 wrlong __temp,__hubVar_adr ' __hubVar_adr LONG @ @ @ hubVar1 DAT hubVar1 LONG 0 '
How can the use of @ @ @ be avoided ?
I am open to any ideas.
Bean
Comments
I think you are saying that it is, but only for the top object.
If that is true, I can try using the +16 and see if it works.
Thanks for the tip, I will try it.
Bean
Can you explain this line ?
Bean