Forum
[zx81] slideshow - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: Other Archs (https://www.boriel.com/forum/forumdisplay.php?fid=21)
+---- Thread: [zx81] slideshow (/showthread.php?tid=730)



[zx81] slideshow - nitrofurano - 04-04-2016

just a simple slideshow for zx81 (as seen at https://zxbasic.readthedocs.io/en/docs/released_programs/zx81/ )


RE: [zx81] slideshow - patters - 03-05-2021

Today is the 40th anniversary of the launch of the ZX81. This got me wondering, how easy would it be to compile ZX BASIC code for the ZX81. I've had a look though the example code above and it seems the answer is that you need a lot of specialist knowledge at the moment: a good level of ASM proficiency and deep understanding of the target system architecture. Correct?


RE: [zx81] slideshow - boriel - 03-06-2021

(03-05-2021, 09:28 PM)patters Wrote: Today is the 40th anniversary of the launch of the ZX81. This got me wondering, how easy would it be to compile ZX BASIC code for the ZX81. I've had a look though the example code above and it seems the answer is that you need a lot of specialist knowledge at the moment: a good level of ASM proficiency and deep understanding of the target system architecture. Correct?

The file attached by @Nitrofurano in the previous post shows an example! Cool