Discussion:
[assembly] a multilingual "MORE" in 512 bytes
(too old to reply)
Mateusz Viste
2023-08-16 23:06:21 UTC
Permalink
This is a little thing that I worked on during a couple of evenings: a
"MORE" command that adapts its language based on the LANG environment
variable, but still fits in a single disk sector. I did it mainly
because I was annoyed by the size of the FreeDOS MORE (7 KB, UPXed). It
was also a nice pretext to play with the very cool A72 assembler that
I have recently discovered. Source code included.

http://svardos.org/more/

Mateusz
JJ
2023-08-17 22:17:50 UTC
Permalink
Post by Mateusz Viste
This is a little thing that I worked on during a couple of evenings: a
"MORE" command that adapts its language based on the LANG environment
variable, but still fits in a single disk sector. I did it mainly
because I was annoyed by the size of the FreeDOS MORE (7 KB, UPXed). It
was also a nice pretext to play with the very cool A72 assembler that
I have recently discovered. Source code included.
http://svardos.org/more/
Mateusz
Would be nice for it to also support multiple files and the ability to
switch viewing the next file like FreeDOS MORE does.

https://github.com/FDOS/more/raw/master/doc/HELP

So, that it can be a full replacement for FreeDOS MORE.

Loading...