Hi, to all, i have a question about msx basic full screen text editor.
when a basic statement line is entered and followed by return key, the basic tokenizer parse and generate the tokens and if in immediate mode the statements are executed.
My question is:
Does the basic line have some kind of RAM buffer that is read in order to tokenize the basic line? Or does this buffer is the VRAM itself?
If the basic statement line is read from VRAM how can the tokenizer find the "end" of the basic statement line? There is no statement or line delimiter in VRAM...
Login or register to post comments
