12-06-2024, 12:25 PM
You can use UDG as always, or use the normal CHARS ptr.
CHARS ptr is a ROM variable that must point to Address of your chars - 256.
You can declare an UInteger variable to be mapped to CHARS (23568)
Now you can read and set this variable to point to your new char table with
CHARS ptr is a ROM variable that must point to Address of your chars - 256.
You can declare an UInteger variable to be mapped to CHARS (23568)
Code:
DIM CHARS As UInteger AT 23568
Now you can read and set this variable to point to your new char table with
Code:
CHARS = Myaddress - 256
---
Boriel
Boriel