I love the ZX81, but printing values is crazy slow.
Try this
10 FOR X=1 TO 200
20 PRINT X;" ";
30 NEXT X
So I thought I would write a short machine code program to make it faster.
I have timed it and it seems to be about 10 times faster than Sinclair BASIC.
All comments welcome...
Bean
Print values fast (10X faster)
Print values fast (10X faster)
- Attachments
-
- prtx.p
- (1.08 KiB) Downloaded 814 times
-
- Fast Print Value.txt
- (2.53 KiB) Downloaded 1090 times
Re: Print values fast (10X faster)
What we need here is a Like button! 

Re: Print values fast (10X faster)
Yup, Nice work, Bean!
Re: Print values fast (10X faster)
Thanks guys.
Oh, I forgot to mention that it works with LPRINT too.
Bean
Oh, I forgot to mention that it works with LPRINT too.
Bean