Will something like this work?: var byte sectorBufferByte[80] at 0x120 var word sectorBufferWord[40] at 0x120
I want to be able to populate the buffer one byte at a time using sectorBufferByte[], and then access the buffer one word at a time with sectorBufferWord[]. Regards, Mike -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/388309e8-cd68-41cd-aa96-fb247ee1d670%40googlegroups.com.
