group2 udata_acs ;Declaration of group2 data. The
;addresses for data under this
;secton are allocated
;automatically by the linker.
=> How can I declare label?
group2_var1 res 1 ;All addresses be will allocated
group2_var2 res 1 ;in access RAM space only.
=> what can I use instead of res?
I think that #BYTE is different from res.
And I also found that I cannot use those command inside #ASM,#ENDASM.
How can I implement those commands?
Thank you
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Fri Aug 19, 2005 11:45 am
Look in the Readme.txt file for the latest version of the compiler. (3.231)
See the explanation of the new typemod and #type directives
which allow you to allocate a block of variables to a specified
address range of RAM.
The Readme.txt file is in this folder: c:\Program Files\Picc
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum