8KLISP for 8080?

2020-07-18 Thread r cs
Did 8K lisp run on the 8080? Interested in trying it out on an 8085 using REXCPM on a Model 100

pilbox help

2020-07-18 Thread Shaughan Lavine
All– I'm stumped about how to get an app into PilBox: I make a directory myapp containing, among other things, a file named App.l. I zip the directory. - In Termux, I enter 'termux-share ~/storage/downloads/myapp.zip'. Nothing happens. - I go to PilBox PILs and try entering /storage/emulated/

Re: 8KLISP for 8080?

2020-07-18 Thread Alexander Burger
On Sat, Jul 18, 2020 at 07:29:25PM -0400, r cs wrote: > Did 8K lisp run on the 8080? Interested in trying it out on an 8085 using > REXCPM on a Model 100 I don't remember whether it was pure 8080 or also used some dedicated Z80 instructions. We

Re: pilbox help

2020-07-18 Thread Alexander Burger
Hi Shaughan, > I'm stumped about how to get an app into PilBox: > > I make a directory myapp containing, among other things, a file named App.l. I > zip the directory. This is good, but make sure that the file contains a name and a call to 'menu' at minimum, because otherwise nothing will be visi