I found a document that says that there 2 ways, 1 way with basic + assembly and 1 way with only basic as stated below.
Code: Select all
let x = peek 16396+256*peek 16397
let x = x + 1
let a$ = "picture.scr; "+str$ x
load a$
So how do I create a .p file that contains the .bas file with the above code, and the "picture.scr" ?