Liste des Groupes | Revenir à cl c |
On 10/09/2024 12:52, Bart wrote:
Apparently:I've archived your post for if/when I get back to that project. (If I ever use Forth, it'll be on my own terms. I just tried it to see if it's still breathing:But it handle :
>
c:\qapps>qq forth
Bart-Forth
Type bye to stop
> 2 2 + .
4
> bye
>
: 2 1 ;
2 2 + .
and get the answer 2 ? :-)
An OS /and/ BASIC takes 125 bytes? You can't really complain about bloat here! Windows is probably 20GB and doesn't have Basic.So it looks like I already thought of it as my version.)Yes. 24 lines of 32 characters took 768 bytes, and the OS and BASIC took another 125 bytes. There was not a lot of space for user code and data!
>>>To give more background, bare ZX81 had 1kB RAM (including video RAM).>
You must mean /excluding/ surely? Otherwise there wouldn't be much left
from 1KB!
There is not much left. But there is a trick: boundary between
video memory and rest is movable, as you fill other part available
screen area shrinks. It does not take long time to have machine
completely filled out with no free space left (and IIRC some
small screen area for out of memory message)
So that meagre 1KB had to be shared?
>
Les messages affichés proviennent d'usenet.