>So if I want to write a dword in the EEPROM memory, I need a 4 offset ?
Unsigned variables in jal are defined as var byte*[n] name where [n] is a positive integer number above zero. There are aliases defined "word" for "byte*2" and "dword" for "byte*4". Just "byte" can be written instead of "byte*1". So, yes. To store multiple consecutive byte*4 variables, a pointer has to be incremented by four to point to the next free space. Greets, Kiste -- You received this message because you are subscribed to the Google Groups "jallib" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/jallib?hl=en.
