08-14-2023, 04:28 PM
The "DIM" statement presented there looks confusing.
Therefore after many years I'm glad QB64 instead has _MEM and _OFFSET.
I understand, use "m(1), m(2)" etc. to access portions in "buff", but yet this could be simplified with _MEMGET and _MEMPUT wrapped into convenience functions. Because we are all using 64-bit there would be no performance penalty for it.
Therefore after many years I'm glad QB64 instead has _MEM and _OFFSET.
I understand, use "m(1), m(2)" etc. to access portions in "buff", but yet this could be simplified with _MEMGET and _MEMPUT wrapped into convenience functions. Because we are all using 64-bit there would be no performance penalty for it.