Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

A complex system that works is invariably found to have evolved from a simple system that works.


devel / comp.lang.asm.x86 / Re: Fw: Wordle for DOS in 256 bytes

SubjectAuthor
* Re: Fw: Wordle for DOS in 250 bytesKerr-Mudd, John
`* Re: Fw: Wordle for DOS in 250 bytesKerr-Mudd, John
 `- Re: Fw: Wordle for DOS in 256 bytesKerr-Mudd, John

1
Re: Fw: Wordle for DOS in 250 bytes

<20230705121529.c38019e9cd83bd2a04de4f4f@127.0.0.1>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=3417&group=comp.lang.asm.x86#3417

  copy link   Newsgroups: comp.lang.asm.x86 alt.lang.asm comp.os.msdos.programmer
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: adm...@nospicedham.127.0.0.1 (Kerr-Mudd, John)
Newsgroups: comp.lang.asm.x86,alt.lang.asm,comp.os.msdos.programmer
Subject: Re: Fw: Wordle for DOS in 250 bytes
Date: Wed, 5 Jul 2023 12:15:29 +0100
Organization: Dis
Lines: 52
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <20230705121529.c38019e9cd83bd2a04de4f4f@127.0.0.1>
References: <20220428153139.3e3fa1ee573770f1714c2863@127.0.0.1>
<20220430105414.ffdf0e0c18b9c70f4c747a3a@127.0.0.1>
<20220503094908.c14fb70f66a9c0ee86cb2f19@127.0.0.1>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="d6ec5a0344fc59c3f7072bbc59ee997d";
logging-data="546790"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+NwkvqIKKLaTSMNgJn5qfDB55xDzAj3nc="
Cancel-Lock: sha1:NMavfFhGbjn9Sfw6dqRiuVTJNmY=
 by: Kerr-Mudd, John - Wed, 5 Jul 2023 11:15 UTC

On Tue, 3 May 2022 09:49:08 +0100
"Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:

> On Sat, 30 Apr 2022 10:54:14 +0100
> "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:
>
>
> > > DOS program for Wordle <=256 bytes
>

New version shows (un)highlights guessed letters at the bottom of the
screen; can type in or backspace (no full screen editor here!), invalid
words are blanked ready for another attempt.

-> d 100 lF5
16AF:0100 BA F5 01 89-D7 B5 FF B4-3F CD 21 01-D0 95 B4 2A ........?.!....*
16AF:0110 CD 21 92 B9-07 00 F7 E0-88 E0 88 D4-31 D2 F7 E1 .!..........1...
16AF:0120 09 D2 75 F2-01 F8 39 E8-77 EC 39 F8-72 E8 50 B7 ..u...9.w.9.r.P.
16AF:0130 B8 53 1F B8-03 00 CD 10-BA 20 60 B8-41 70 B1 1A .S....... `.Ap..
16AF:0140 BF 36 0F 89-05 40 AF E2-FA 5F BE CA-02 BB 0A 00 .6...@..._......
16AF:0150 4B 4B 88 38-3C 08 74 04-09 DB 75 F4-98 CD 16 3C KK.8<.t...u....<
16AF:0160 1B 74 29 3C-08 74 F1 3C-0D 74 22 80-FB 0A 74 EC .t)<.t.<.t"...t.
16AF:0170 24 DF 3C 41-72 E6 3C 5A-77 E2 88 00-43 43 EB DC $.<Ar.<Zw...CC..
16AF:0180 74 0A 81 C6-40 01 81 FE-4A 0A 72 C1-C3 56 57 BF t...@...J.r..VW.
16AF:0190 EF 01 AC B1-05 47 01 CF-39 EF 77 10-AE 77 F6 72 .....G..9.w..w.r
16AF:01A0 0B 56 57 49-46 A6 E1 FC-5F 5E 75 E7-5F 5E 75 9D .VWIF..._^u._^u.
16AF:01B0 56 57 4E B1-05 B3 05 46-A6 88 33 75-05 88 14 88 VWN....F..3u....
16AF:01C0 13 4B E2 F3-5F 5E 9C 56-B1 05 AD 51-B1 05 57 80 .K.._^.V...Q..W.
16AF:01D0 FC 07 75 11-E3 0F F2 AE-75 0B 38 13-74 F6 88 74 ..u.....u.8.t..t
16AF:01E0 FF 88 13 B4-60 88 C3 D1-E3 88 A7 B5-0E 5F 59 E2 ....`........_Y.
16AF:01F0 D9-5E 9D EB 8B .^...
-> q

>
> Usage:
>
> wordle.com < wordle.txt
>
[] Alpha input or Bkspace, Esc to quit, Enter to test the current word.
> Green highlight for exact letter, brown for correct letter but not correct position.
>
> 'worlde.txt' must contain a sorted list of 5 letter allcaps words, double spaced (i.e. the next word starts 7 bytes after the previous one).
>

--
Bah, and indeed Humbug.

Re: Fw: Wordle for DOS in 250 bytes

<20230715180511.4fa18a1a5751147f3f3c4231@127.0.0.1>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=3424&group=comp.lang.asm.x86#3424

  copy link   Newsgroups: comp.lang.asm.x86 alt.lang.asm comp.os.msdos.programmer
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: adm...@nospicedham.127.0.0.1 (Kerr-Mudd, John)
Newsgroups: comp.lang.asm.x86,alt.lang.asm,comp.os.msdos.programmer
Subject: Re: Fw: Wordle for DOS in 250 bytes
Date: Sat, 15 Jul 2023 18:05:11 +0100
Organization: Dis
Lines: 61
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <20230715180511.4fa18a1a5751147f3f3c4231@127.0.0.1>
References: <20220428153139.3e3fa1ee573770f1714c2863@127.0.0.1>
<20220430105414.ffdf0e0c18b9c70f4c747a3a@127.0.0.1>
<20220503094908.c14fb70f66a9c0ee86cb2f19@127.0.0.1>
<20230705121529.c38019e9cd83bd2a04de4f4f@127.0.0.1>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="1243c7d7e48dbdb73b7aff7dd87a3651";
logging-data="479027"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19XYoyD/mW/5UBBDXLtswSUsglksefvawE="
Cancel-Lock: sha1:jW/Z+pLItC6cLxELD4Q8Y++Kdts=
 by: Kerr-Mudd, John - Sat, 15 Jul 2023 17:05 UTC

On Wed, 5 Jul 2023 12:15:29 +0100
"Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:

> On Tue, 3 May 2022 09:49:08 +0100
> "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:
>
> > On Sat, 30 Apr 2022 10:54:14 +0100
> > "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:
> >
> >
> > > > DOS program for Wordle <=256 bytes
> >
>
> New version shows (un)highlights guessed letters at the bottom of the
> screen; can type in or backspace (no full screen editor here!), invalid
> words are blanked ready for another attempt.
>
Sorry, it got into an infinite loop on Bastille day; this has a "fix" by
having 'inc ax' before redoing the mul.
>
-> d 100 l100
16AB:0100 BA F9 01 89-D7 B5 FF B4-3F CD 21 01-D0 95 B4 2A ........?.!....*
16AB:0110 CD 21 92 B9-07 00 F7 E0-88 E0 88 D4-40 31 D2 F7 .!..........@1..
16AB:0120 E1 09 D2 75-F1 01 F8 39-E8 77 EB 39-F8 72 E7 50 ...u...9.w.9.r.P
16AB:0130 B8 03 00 CD-10 B7 B8 53-1F BA 20 60-B8 41 70 B1 .......S.. `.Ap.
16AB:0140 1A BF 36 0F-89 05 40 AF-E2 FA 5F BE-CA 02 BB 0A ..6...@..._.....
16AB:0150 00 4B 4B 88-38 75 FA 09-DB 74 04 4B-4B 88 38 98 .KK.8u...t.KK.8.
16AB:0160 CD 16 3C 1B-74 29 3C 08-74 ED 3C 0D-74 22 80 FB ..<.t)<.t.<.t"..
16AB:0170 0A 74 EC 24-DF 3C 41 72-E6 3C 5A 77-E2 88 00 43 .t.$.<Ar.<Zw...C
16AB:0180 43 EB DC 74-0A 81 C6 40-01 81 FE 4A-0A 72 BF C3 C..t...@...J.r..
16AB:0190 56 57 BF F3-01 AC B1 05-47 01 CF 39-EF 77 10 AE VW......G..9.w..
16AB:01A0 77 F6 72 0B-56 57 49 46-A6 E1 FC 5F-5E 75 E7 5F w.r.VWIF..._^u._
16AB:01B0 5E 75 9B 56-57 4E B1 05-B4 05 46 A6-88 33 75 06 ^u.VWN....F..3u.
16AB:01C0 88 14 88 13-FE CC E2 F2-5F 5E 9C 56-B1 05 AD 51 ........_^.V...Q
16AB:01D0 B1 05 57 80-FC 07 75 11-E3 0F F2 AE-75 0B 38 13 ..W...u.....u.8.
16AB:01E0 74 F6 88 74-FF 88 13 B4-60 88 C3 D1-E3 88 A7 B5 t..t....`.......
16AB:01F0 0E 5F 59 E2-D9 5E 9D EB-8A 00 00 00-00 00 00 00 ._Y..^..........
-> q

>
> >
> > Usage:
> >
> > wordle.com < wordle.txt
> >
> [] Alpha input or Bkspace, Esc to quit, Enter to test the current word.
> > Green highlight for exact letter, brown for correct letter but not correct position.
> >
> > 'worlde.txt' must contain a sorted list of 5 letter allcaps words, double spaced (i.e. the next word starts 7 bytes after the previous one).
> >
>
>
>
> --
> Bah, and indeed Humbug.
>

--
Bah, and indeed Humbug.

Re: Fw: Wordle for DOS in 256 bytes

<20230720113803.f2a78e1b8065f79a8a083844@127.0.0.1>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=3432&group=comp.lang.asm.x86#3432

  copy link   Newsgroups: comp.lang.asm.x86 alt.lang.asm comp.os.msdos.programmer
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: adm...@nospicedham.127.0.0.1 (Kerr-Mudd, John)
Newsgroups: comp.lang.asm.x86,alt.lang.asm,comp.os.msdos.programmer
Subject: Re: Fw: Wordle for DOS in 256 bytes
Date: Thu, 20 Jul 2023 11:38:03 +0100
Organization: Dis
Lines: 68
Approved: fbkotler@myfairpoint.net - comp.lang.asm.x86 moderation team.
Message-ID: <20230720113803.f2a78e1b8065f79a8a083844@127.0.0.1>
References: <20220428153139.3e3fa1ee573770f1714c2863@127.0.0.1>
<20220430105414.ffdf0e0c18b9c70f4c747a3a@127.0.0.1>
<20220503094908.c14fb70f66a9c0ee86cb2f19@127.0.0.1>
<20230705121529.c38019e9cd83bd2a04de4f4f@127.0.0.1>
<20230715180511.4fa18a1a5751147f3f3c4231@127.0.0.1>
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: dont-email.me; posting-host="1ec01bd760f2505bae9993544f85a3c1";
logging-data="2818016"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/q5jT+iQheuQX5Pon+Em3Gvl6JO72o/tA="
Cancel-Lock: sha1:v6PnUq1gXCd+VZ1kxu3TBgjamDs=
 by: Kerr-Mudd, John - Thu, 20 Jul 2023 10:38 UTC

On Sat, 15 Jul 2023 18:05:11 +0100
"Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:

> On Wed, 5 Jul 2023 12:15:29 +0100
> "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:
>
> > On Tue, 3 May 2022 09:49:08 +0100
> > "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:
> >
> > > On Sat, 30 Apr 2022 10:54:14 +0100
> > > "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> wrote:
> > >
> > >
> > > > > DOS program for Wordle <=256 bytes
> > >
> >
> > New version shows (un)highlights guessed letters at the bottom of the
> > screen; can type in or backspace (no full screen editor here!), invalid
> > words are blanked ready for another attempt.

Saved 20 bytes, spent them on putting 'Wordle' as a title!
> >
-> d 100 l100
16AB:0100 B0 03 CD 10-BA FF 01 89-D7 B5 FF B4-3F CD 21 95 ............?.!.
16AB:0110 B4 2A CD 21-92 99 F7 E0-88 D0 31 D2-F7 E5 01 FD .*.!......1.....
16AB:0120 01 D7 92 31-D2 B9 07 00-F7 F1 29 D7-B7 B8 53 1F ...1......)...S.
16AB:0130 BB 0C 00 BE-F9 01 2E AC-88 47 48 4B-4B 75 F7 B3 .........GHKKu..
16AB:0140 34 B8 5A 70-89 87 36 0F-48 4B 4B 75-F7 BA 20 60 4.Zp..6.HKKu.. `
16AB:0150 BE CA 02 98-CD 16 3C 1B-75 01 C3 09-DB 74 04 3C ......<.u....t.<
16AB:0160 09 72 3D 3C-0D 74 15 80-FB 0A 74 E7-24 DF 3C 41 .r=<.t....t.$.<A
16AB:0170 72 E1 3C 5A-77 DD 88 00-43 43 EB D7-56 57 BF F9 r.<Zw...CC..VW..
16AB:0180 01 AC B1 05-47 01 CF 39-EF 77 10 AE-77 F6 72 0B ....G..9.w..w.r.
16AB:0190 56 57 49 46-A6 E1 FC 5F-5E 75 E7 5F-5E 74 09 F8 VWIF..._^u._^t..
16AB:01A0 4B 4B 88 38-77 FA EB AB-56 57 4E B1-05 B4 05 46 KK.8w...VWN....F
16AB:01B0 A6 88 33 75-06 88 14 88-13 FE CC E2-F2 5F 5E 9C ..3u........._^.
16AB:01C0 56 B1 05 AD-51 B1 05 57-80 FC 07 75-11 E3 0F F2 V...Q..W...u....
16AB:01D0 AE 75 0B 38-13 74 F6 88-74 FF 88 13-B4 60 88 C3 .u.8.t..t....`..
16AB:01E0 D1 E3 88 A7-B7 0E 5F 59-E2 D9 5E 9D-74 0A 81 C6 ......_Y..^.t...
16AB:01F0 40 01 81 FE-4A 0A 72 A7-C3 65 6C 64-72 6F 57 00 @...J.r..eldroW.
-> q
>
> >
> > >
> > > Usage:
> > >
> > > wordle.com < wordle.txt
> > >
> > [] Alpha input or Bkspace, Esc to quit, Enter to test the current word.
> > > Green highlight for exact letter, brown for correct letter but not correct position.
> > >
> > > 'wordle.txt' must contain a sorted list of 5 letter allcaps words, double spaced or CRLF pair (i.e. the next word starts 7 bytes after the start of the previous one).
> > >
> >
> >
> >
> > --
> > Bah, and indeed Humbug.
> >
>
>
> --
> Bah, and indeed Humbug.
>

--
Bah, and indeed Humbug.

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor