hi!
from zx-spectrum basic we can enter " load""screen$ " for loading a 6.75k video memory dump picture
how can we do the same on ql for loading a 32k video memory dump picture, in the same way, or as close as possible to this?
thanks in advance!
how can we load pictures from superbasic
- nitrofurano
- Chuggy Microdrive
- Posts: 53
- Joined: Sat Nov 16, 2013 10:48 am
Re: how can we load pictures from superbasic
Let's suppose the picture file is named "Clive" and saved in microdrive 1:
LBYTES mdv1_Clive, 131072
LBYTES mdv1_Clive, 131072
- nitrofurano
- Chuggy Microdrive
- Posts: 53
- Joined: Sat Nov 16, 2013 10:48 am
Re: how can we load pictures from superbasic
thanks! 
edit:
seems to work fine: https://postimg.cc/rzDnD0xt
the converter i used (runs on sdlbasic): https://pastebin.com/raw/Yhpj0yBm

edit:
seems to work fine: https://postimg.cc/rzDnD0xt
the converter i used (runs on sdlbasic): https://pastebin.com/raw/Yhpj0yBm