Re: [M100] list up?

2021-03-30 Thread John R. Hogerhuis
Seems like it On Tue, Mar 30, 2021 at 3:58 PM Stephen Adolph wrote: > Hi folks, just checking if the list is up. > cheers >

[M100] list up?

2021-03-30 Thread Stephen Adolph
Hi folks, just checking if the list is up. cheers

Re: [M100] Does anyone actually use MFORTH?

2021-03-30 Thread John R. Hogerhuis
"I’m not sure how that would work since .S has no idea what you think should be on the stack at any given time. It can only show you what is there now." It doesn't know, but it doesn't need to ... The stack has a fixed starting point. An underflowed stack's pointer has gone beyond that point, so

Re: [M100] M100 Digest, Vol 123, Issue 30

2021-03-30 Thread John Ames
> I don't expect everything to have bounds checking, but I'm using .S a lot > to inspect the stack, so having to reset the machine all the time and start > over kind of sucks. If I knew more about the system maybe I could rewrite > .S to know if it's looking at the stack or what's underneath? Yes,

Re: [M100] Does anyone actually use MFORTH?

2021-03-30 Thread Alex ...
Thanks for the instructional videos, Birt! The general Forth-y bits of it have been helpful and If I had a C=64 kicking around I'd definitely give DurexForth a try. The problem with .S is that if the stack has underflowed, it just keeps reading past the bottom until I assume it wraps all the way

Re: [M100] In over my head? Or a Challenge!!

2021-03-30 Thread Brad Grier
Well, I now have a fairly clean M100 PCB (using the glycerine and alcohol recipe), but no change on the LCD status (still not displaying on this unit though it works on my 8201a). More digging in my future. On Fri, Mar 26, 2021 at 6:40 PM Daryl Tester < dt-m...@handcraftedcomputers.com.au> wrote:

Re: [M100] Does anyone actually use MFORTH?

2021-03-30 Thread Jeffrey Birt
The word .S prints out what is on the stack at that time without disturbing it. It will never show you more or less than what is on the stack. If what is on the stack does not make sense it is because of an error in programming and this is very, very easy to do. One of the most helpful

Re: [M100] Does anyone actually use MFORTH?

2021-03-30 Thread Jeffrey Birt
| Modifying .S to indicate a stack underflow error would be reasonable. It's a debugging tool, and not used by programs so it doesn't impact performance. I’m not sure how that would work since .S has no idea what you think should be on the stack at any given time. It can only show you what is

[M100] Olivetti Y2K

2021-03-30 Thread Brian K. White
I didn't see one around anywhere(*), so if anyone wants, there's a y2K patched Olivetti M10 (North America) main rom here: http://tandy.wiki/Model_100_Y2K (*) There is *a* rom in VirtualT that claims to be for M10, but it's no good. -- bkw

Re: [M100] Does anyone actually use MFORTH?

2021-03-30 Thread John R. Hogerhuis
On Mon, Mar 29, 2021 at 11:25 AM Alex ... wrote: > Cool, so newbie mistakes and ignorance. As long as my computer's working > properly. :) > > What threw me off is in the book, (pg.25) it talks about returning usually > 0 and printing STACK EMPTY, which is definitely not how the machine behaved

Re: [M100] Does anyone actually use MFORTH?

2021-03-30 Thread jonathan.y...@telia.com
Hi, That's sounds quite interesting. I learned vi when I was jumping between different Unix systems, and figured they would always have vi. Not always true, especially now, but my hit rate was better than with emacs. Jonathan >Ursprungligt meddelande >Från : petti...@gmail.com