Groups | Search | Server Info | Login | Register
Groups > comp.lang.asm.x86 > #8559
| 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 | 2022-05-03 09:49 +0100 |
| Organization | Dis |
| Message-ID | <20220503094908.c14fb70f66a9c0ee86cb2f19@127.0.0.1> (permalink) |
| References | <20220428153139.3e3fa1ee573770f1714c2863@127.0.0.1> <20220430105414.ffdf0e0c18b9c70f4c747a3a@127.0.0.1> |
Cross-posted to 3 groups.
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 Tested in a CMD box on an XP machine. DOS redirect version, room to correct the csr display problem, if I can track it down! -> d 100 l100 16AB:0100 BA E7 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-31 D2 F7 E1 .!..........1... 16AB:0120 01 F8 09 D2-75 F0 39 E8-77 EC 50 B8-00 B8 50 1F ....u.9.w.P...P. 16AB:0130 B8 03 00 CD-10 5F BE 8A-01 B6 04 81-C6 40 01 B2 ....._.......@.. 16AB:0140 25 88 E0 3C-4D 74 29 3C-4B 74 2B 31-DB B4 02 CD %..<Mt)<Kt+1.... 16AB:0150 10 98 CD 16-3C 0D 74 2F-3C 1B 74 2A-24 DF 74 E1 ....<.t/<.t*$.t. 16AB:0160 B4 07 50 2C-41 72 02 04-E6 58 72 E5-B4 0E CD 10 ..P,Ar...Xr..... 16AB:0170 42 80 FA 2A-75 D5 80 FA-25 74 D6 4A-EB CD 80 C6 B..*u...%t.J.... 16AB:0180 02 80 FE 10-72 B5 C3 56-57 BF E1 01-AC B1 05 47 ....r..VW......G 16AB:0190 01 CF 39 EF-77 0F AE 77-F6 72 0A 56-57 46 A6 E1 ..9.w..w.r.VWF.. 16AB:01A0 FC 5F 5E 75-E8 5F 5E 75-96 BB 20 60-56 57 4E B1 ._^u._^u.. `VWN. 16AB:01B0 05 B4 05 46-A6 88 39 75-06 88 1C 88-19 FE CC E2 ...F..9u........ 16AB:01C0 F2 5F 5E 74-C1 56 B1 05-AD 38 DC 74-15 51 B1 05 ._^t.V...8.t.Q.. 16AB:01D0 57 E3 0D F2-AE 75 09 38-19 74 F6 88-7C FF 88 19 W....u.8.t..|... 16AB:01E0 5F 59 E2 E4-5E EB 97 00-00 00 00 00-00 00 00 00 _Y..^........... 16AB:01F0 00 00 00 00-00 00 00 00-00 00 00 00-00 00 00 00 ................ -> q Usage: wordle.com < wordle.txt Csr L/R, Alpha input, 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