Login
Back to forumSee the full topicGo to last reply

Posted By

George
on 2012-08-07
11:48:24
 Re: Searchin' for a char editor...

Thank you for the help. Just for my understanding:

1) POKE 740, DEC("10") defines the HI-Byte of start adress of custom charset at $1000.

2) You define the new "A" at $1008, Because "A" is the second char in the charlist.

So in Basic i guess
A=A+1
IF A=1 THEN LOAD"CHARSET",8,1 : Rem Loads charset at $3800
POKE 740,DEC("38"): REM Set HI-Byte
GRAPHIC 3,1
CHAR 1,0,0,"A"

Update:
Well i works if put every single command Hand by hand. The "A" is displayed.
If i run the code by a Basicprogramm, Memory 3800- is 00 everywhere.
Any ideas?



Back to top


Copyright © Plus/4 World Team, 2001-2024