Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
char pointer bend to another address
#2
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)

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
Reply


Messages In This Thread
RE: char pointer bend to another address - by boriel - 12-06-2024, 12:25 PM

Forum Jump:


Users browsing this thread: 3 Guest(s)