Is TRSE more an assembler than a high language? How to "print" like in Basic or "printLn" like in Pascal? #813
volkerSchule
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo,
nice projekt. I just started coding a bit.
If i understood correct, then TRSE is more like an Assembler then a higher language like Pascal or Basic.
I want to simply write something like this Basic program, just with TRSE:
10 for i=1 to 50
20 print i
30 next i
In TRSE i found of course the for loop similar.
But "printstring" is always from the fixed position.
So it look like TRSE is more difficult then Basic and more like Assembler.
Is there a "printstring" in trse which updates the courser position?
Is there a way to return/enter/carriage return/line feed? So something like "printLine"?
How to scoll up? In basic i only need to write "print" to scoll up.
What do i need to do in TRSE? Move the screen memory -40 bytes and delete the last 40 bytes?
By the way. So i need to move memory that is overlapping. How save is it so move overlapping memory?
Best Regards
Volker
Beta Was this translation helpful? Give feedback.
All reactions