Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
| From | "Kerr-Mudd,John" <notsaying@invalid.org> |
|---|---|
| Newsgroups | alt.lang.asm, alt.msdos.programmer |
| Subject | Re: DOS Hex2bin |
| Date | 2019-11-20 10:19 +0000 |
| Organization | dis |
| Message-ID | <XnsAB0D691E76D01admin127001@144.76.35.198> (permalink) |
| References | <XnsAB01C2CC3DFCEadmin127001@144.76.35.198> |
Cross-posted to 2 groups.
On Fri, 08 Nov 2019 19:08:56 GMT, "Kerr-Mudd,John" <notsaying@invalid.org> wrote: > Of course to convert this you already need it (catch22!) > > BA3C0153EB24AC3C307210244FD43780F301750588FCD510AA88C7E2E953BB01 > 0089F929D1B440CD214B89D789D6B9C3FEB43FCD215B9109C975CBC3 > No interest? Ah well. I'm now working on a sokoban program (max of 256 bytes). What I'd like (for size obv) is to have the board/maze input as a text file redirected from stdin. Opening a file from the PSP costs me 16 precious bytes. The problem then is that keyboard input from int 0x16 is also redirected; so it's unusable! My googlefu is weak; anyone here recall how to code (just the 4 csrkeys, and esc to exit) a keyin that *isn't* redirected? Must I inf-loop around "in al,0x60"? -- Bah, and indeed, Humbug.
Back to alt.lang.asm | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-11-08 19:08 +0000
Re: DOS Hex2bin Mike Gonta <mikegonta@gmail.com> - 2019-11-08 12:05 -0800
Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-11-08 21:21 +0000
Re: DOS Hex2bin Mike Gonta <mikegonta@gmail.com> - 2019-11-08 13:57 -0800
Re: DOS Hex2bin Herbert Kleebauer <klee@unibwm.de> - 2019-11-09 08:11 +0100
Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-11-09 09:06 +0000
Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-11-20 10:19 +0000
Re: DOS Hex2bin NimbUs <nimbus@xxx.invalid> - 2019-11-20 16:40 +0000
Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-11-20 17:12 +0000
Sokoban was Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-11-24 18:59 +0000
Re: Sokoban was Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-12-03 11:37 +0000
Re: Sokoban was Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-12-03 16:53 +0000
Re: Sokoban was Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-12-03 20:13 +0000
Re: Sokoban was Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-12-17 18:37 +0000
Re: Sokoban was Re: DOS Hex2bin Frank Kotler <fbkotler@myfairpoint.net> - 2019-12-17 16:23 -0500
Re: DOS Hex2bin drb@ihatespam.msu.edu (Dennis Boone) - 2019-12-17 18:07 -0600
Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-12-18 09:30 +0000
Re: DOS Hex2bin "Kerr-Mudd,John" <notsaying@invalid.org> - 2019-12-18 10:33 +0000
Re: DOS Hex2bin drb@ihatespam.msu.edu (Dennis Boone) - 2019-12-19 20:16 -0600
csiph-web