Untitled attachment
https://media.mstdn.io/mstdn-media/media_attachments/files/112/179/432/009/395/229/original/ed8fca7a2716b280.png
If you want to display something other than garbage, you need to move the sprite pointer to a free memory area and then write some bitmap data to it.
Let's use address 12800 ($3200 in hex). That's 200 * 64:
poke 2048,200
Now let's fill this area with some data:
10 p=12800
20 for i = 0 to 62
30 poke p+i,i+1
40 next
You should see the typical fractalish pattern of a binary sequence.
The pattern repeats 3 times horizontally because each line is 24 pixels wide (3 bytes).
GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.
All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.