We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all! I have a problem with the definition of memory space in the e.g. XT memory. I defined a segment, like above, with 1 byte length.
?XT?MEMORY_SIZE?mifare_main SEGMENT XDATA RSEG ?XT?MEMORY_SIZE?xxxxxx_main MEMORY_SIZE: DS 1 memory_blocks XDATA $ - MEMORY_SIZE
XDATA 0036H 0012H UNIT ?XT?MEMORY_SIZE?xxxxxx_MAIN
The segment is defined in an include file (*.inc) and is beeing included several times in different assembler files. I don't know if that can be the problem?! There should be nothing else in the segment!
is beeing included several times I think you have found your answer. Jon