Hi! I'm a bit sick, so don't worry if my replies take a bit longer than you're accustomed to. The compo page will be updated once I've returned to a regular...
Hi all! There is a tiny error in dump.asm, as the rules for the compo states that there can be one or more spaces between the filename in the command line. ...
Philipp Tunka
tunka@...
Apr 2, 2002 8:50 pm
1322
... From: "Philipp Tunka" <tunka@...> To: <hugi-compo@yahoogroups.com> Sent: Tuesday, April 02, 2002 1:50 PM Subject: [hugi-compo] error in source pack;...
Ben Lunt
fys@...
Apr 2, 2002 9:05 pm
1323
Hi Paolo, I meant to thank you for this info too. Thanks, Ben ... From: "Bonzini" <bonzini@...> To: <hugi-compo@yahoogroups.com> Sent: Monday, April 01,...
Ben Lunt
fys@...
Apr 3, 2002 12:56 am
1324
hi, thanks for all your answers! sorry i did not realize this had been a topic some time ago.. thanks to you all! happy coding! peter ps: i hope i can find...
blick@...
Apr 3, 2002 6:32 am
1325
I don't remember if the FCBs must still be closed or if the rule has changed. (BTW, DOS does close the FCBs since they end up in the system file table just...
Hi Bonz! ... Is it a question? I haven't noticed any changes, so i assume they must still be closed. ... I've seen only "doesn't close FCBs" in desription of...
Paul Pogonyshev
pogonyshev@...
Apr 4, 2002 7:45 pm
1327
Hey guys, I really think Ben included the rule of closing FCB's just to get an extra degree of difficulty. Now since everyone has to, let's just obey that...
Ruud
dobbelbeker@...
Apr 4, 2002 9:55 pm
1328
... From: "Ruud" <dobbelbeker@...> To: <hugi-compo@yahoogroups.com> Sent: Thursday, April 04, 2002 2:50 PM Subject: Re: Re[2]: [hugi-compo] error in...
Ben Lunt
fys@...
Apr 4, 2002 10:41 pm
1329
Hi again! Forgot to ask: it is said that there can be any (almost any) number of spaces before the filename. Can i assume that there is at least one space? ...
Paul Pogonyshev
pogonyshev@...
Apr 5, 2002 6:04 pm
1330
Hi, Well, I guess we need atleast 1 space to separate the two file names for DOS so I guess atleast 1 space may be assumed. Without 1 space FCB also would fail...
Ruud
dobbelbeker@...
Apr 5, 2002 9:06 pm
1331
... Note however that Win2k starts the command line at 81h, not 82h. Technically, assuming that there is a space would abide with the rules which require...
... So, i can't assume that there's at least one space, right? This doesn't really matter for me because my FCB version is currently smaller, but i think we...
Paul Pogonyshev
pogonyshev@...
Apr 6, 2002 11:24 am
1333
... You can, but it's not polite :-) ... It is in the test directory of the hugi 15 source pack. Hugi 15 entries by alvaro acwellan and shr also showed a nice...
Hi all, Rereading the rules, I think the phrase "You may NOT assume that the filename on the command line has ONLY ONE space between the program name and the...
Ruud
dobbelbeker@...
Apr 6, 2002 12:18 pm
1335
... It is not there. Looks like Adok forgot to include it in the source pack. ... Leaving spaces between name and extension... Nice trick. I knew that there...
Paul Pogonyshev
pogonyshev@...
Apr 6, 2002 12:22 pm
1336
Hi again, Hey, that's a great trick indeed, didn't know that worked!!! Hmmmm, now let me see, perhaps I should try using handles... ;-) I assume that if it...
Ruud
dobbelbeker@...
Apr 6, 2002 12:49 pm
1337
... From: "Ruud" <dobbelbeker@...> To: <hugi-compo@yahoogroups.com> Sent: Saturday, April 06, 2002 5:14 AM Subject: Re: Re[2]: [hugi-compo] another...
Ben Lunt
fys@...
Apr 6, 2002 8:50 pm
1338
Hi Ruud! ... Thanks! (Thanks to all for similar mails.) -- Yours, Claus (Adok/Hugi) Claus D. Volko - mailto:cdvolko@... Student of human medicine, Vienna...
Hi Claus, Great to see you're back.. Hi "All" :-) About the handle thing, did some thinking about that FCB name with spaces thing.. quote ... Leaving spaces...
Ruud
dobbelbeker@...
Apr 7, 2002 1:22 pm
1341
... From: "Claus D. Volko" <cdvolko@...> To: "Ben Lunt" <hugi-compo@yahoogroups.com> Sent: Sunday, April 07, 2002 5:37 AM Subject: Re[2]: [hugi-compo]...
Ben Lunt
fys@...
Apr 7, 2002 5:29 pm
1342
Hi ya, As far as spaces and the such, I would say: "a valid DOS filename" If DOS will open a given asciiz filename and that asciiz string has spaces...
Ben Lunt
fys@...
Apr 7, 2002 5:29 pm
1343
... Yes, it's actually [n-1]some_useful_parameters[0Dh] if you meant the same [n]. It holds that 81h+[80h]=0dh even under win2k. Paolo...
... Yes, n-1, thanks. Then, here is yet another question (i like the topic :). In all compos before #15 (and in the original rules for hc#15) we (hmm, you, i...
Paul Pogonyshev
pogonyshev@...
Apr 7, 2002 7:08 pm
1345
hey there, i was wondering how did ruud or anybody else manage to code so tiny programs. im coding this app for the second week, coded it from scratch 4 times,...
assembly@...
Apr 8, 2002 7:17 pm
1346
... Hi! ... If you are a novice, try to look through the others' entries for the previous compos at http://www.hugi.de/compo/compoold.html. Some of them are...