Liste des Groupes | Revenir à cl forth |
In article <ff9d9233f27d7d913fb05f04e486912a68752cb6@i2pn2.org>,
dxf <dxforth@gmail.com> wrote:On 10/12/2024 9:39 pm, albert@spenarnc.xs4all.nl wrote:You need video mode 3 set by BIOS call 10.In article <64762224be194b336f89955c52dd77b6ce2334a8@i2pn2.org>,>
dxf <dxforth@gmail.com> wrote:On 9/12/2024 7:28 pm, Hans Bezemer wrote:>...relevant!
Congratulations! It's nice to see such compilers remain maintained and
>
Thanks. Not sure about relevant :) It's nevertheless interesting to
see the odd
user get some use out of it. Even more of an eyebrow raiser is when
they go along
with archaisms such as screens for source.
>
https://www.youtube.com/watch?v=kYvYu5AfSxg
>
When I was forced to do line by line including of source,
I needed buffers to hold a piece of the files.
The buffers used for blocks are perfectly suited for this.
>
Not to mention that a 16 by 64 block of code is a perfect
match for Forth, for a multi purpose library.
Personally I love the editing environment screens afford - small,
modular, no information overload.
>
To my surprise dosbox supports direct screen access, e.g.
42 B0000 C!
puts a B in the upper left corner.
This allows a graphics editor based on the ^E ^S ^D ^X diamond pattern,
etc. ^Y removes a line but it stack up outside the 16 lines and
can be put any where with ^U etc.
This is part of my the library of ciforth, but it only runs on
the 16 version of ciforth (mina).
(this was first implemented on my Osborne, a CP/M system).
Les messages affichés proviennent d'usenet.