• [assembly] a multilingual "MORE" in 512 bytes

    From Mateusz Viste@21:1/5 to All on Thu Aug 17 01:06:21 2023
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From JJ@21:1/5 to Mateusz Viste on Fri Aug 18 05:17:50 2023
    On Thu, 17 Aug 2023 01:06:21 +0200, Mateusz Viste wrote:
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)