Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.msdos.programmer > #4317 > unrolled thread

[assembly] a multilingual "MORE" in 512 bytes

Started byMateusz Viste <mateusz@x.invalid>
First post2023-08-17 01:06 +0200
Last post2023-08-18 05:17 +0700
Articles 2 — 2 participants

Back to article view | Back to comp.os.msdos.programmer


Contents

  [assembly] a multilingual "MORE" in 512 bytes Mateusz Viste <mateusz@x.invalid> - 2023-08-17 01:06 +0200
    Re: [assembly] a multilingual "MORE" in 512 bytes JJ <jj4public@outlook.com> - 2023-08-18 05:17 +0700

#4317 — [assembly] a multilingual "MORE" in 512 bytes

FromMateusz Viste <mateusz@x.invalid>
Date2023-08-17 01:06 +0200
Subject[assembly] a multilingual "MORE" in 512 bytes
Message-ID<20230817010621.744745cf@mateusz.lan>
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

[toc] | [next] | [standalone]


#4318

FromJJ <jj4public@outlook.com>
Date2023-08-18 05:17 +0700
Message-ID<ud95sp112nuu$.32941o4zrvde$.dlg@40tude.net>
In reply to#4317
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.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.os.msdos.programmer


csiph-web