Groups | Search | Server Info | Login | Register
Groups > comp.lang.asm.x86 > #8769
| From | "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> |
|---|---|
| Newsgroups | comp.lang.asm.x86, alt.lang.asm, comp.os.msdos.programmer |
| Subject | Re: Fw: Wordle for DOS in 250 bytes |
| Date | 2023-07-05 12:15 +0100 |
| Organization | Dis |
| Message-ID | <20230705121529.c38019e9cd83bd2a04de4f4f@127.0.0.1> (permalink) |
| References | <20220428153139.3e3fa1ee573770f1714c2863@127.0.0.1> <20220430105414.ffdf0e0c18b9c70f4c747a3a@127.0.0.1> <20220503094908.c14fb70f66a9c0ee86cb2f19@127.0.0.1> |
Cross-posted to 3 groups.
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.
Back to comp.lang.asm.x86 | Previous | Next — Previous in thread | Next in thread | Find similar
Fw: Wordle for DOS in 250 bytes "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> - 2022-04-28 15:31 +0100
Re: Fw: Wordle for DOS in 250 bytes "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> - 2022-04-30 10:54 +0100
Re: Fw: Wordle for DOS in 250 bytes "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> - 2022-05-03 09:49 +0100
Re: Fw: Wordle for DOS in 250 bytes "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> - 2023-07-05 12:15 +0100
Re: Fw: Wordle for DOS in 250 bytes "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> - 2023-07-15 18:05 +0100
Re: Fw: Wordle for DOS in 256 bytes "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> - 2023-07-20 11:38 +0100
Re: Fw: Wordle for DOS in 250 bytes Phil Carmody <pc+usenet@nospicedham.asdf.org> - 2022-08-14 18:50 +0300
Re: Fw: Wordle for DOS in 250 bytes "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> - 2022-08-14 17:18 +0100
Re: Fw: Wordle for DOS in 250 bytes "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> - 2022-08-15 09:48 +0100
Re: Fw: Wordle for DOS in 250 bytes "Kerr-Mudd, John" <admin@nospicedham.127.0.0.1> - 2024-03-29 13:41 +0000
csiph-web