XPost: alt.lang.asm, comp.os.msdos.programmer   
   From: admin@127.0.0.1   
      
   On Fri, 4 Apr 2025 09:46:43 +0100   
   "Kerr-Mudd, John" wrote:   
      
   Cheaper again!   
      
   > > On Sun, 23 Mar 2025 07:16:05 +0000   
   > > "Kerr-Mudd, John" wrote:   
   > >   
   > > Bigger range Easter program [111] bytes   
   > >   
   > > minEast2.com:   
      
   feh: I put up code I've been poring over for days, then next day   
   find a shorter way:   
      
   (my ref: minease7, anyone following this should name it mineast2 if   
   using the batch below)   
      
   [106 bytes]   
      
   -> d 100 l6A   
   1639:0100 99 BF 0A 00-BE 82 00 01-D0 89 EB 89-CD 89 C1 F7 ................   
   1639:0110 E7 92 AC 2C-30 73 F0 91-B1 13 F6 F1-91 F6 E5 96 ...,0s..........   
   1639:0120 B9 02 00 89-D8 89 C5 D3-ED 29 EB 53-41 D3 EA F6 .........).SA...   
   1639:0130 F1 28 C3 8D-40 0F B1 1E-F6 F1 3D 06-1C 10 E1 58 .(..@.....=....X   
   1639:0140 29 D0 83 C0-07 39 C8 7C-F9 BB 20 34-2C 28 77 04 )....9.|.. 4,(w.   
   1639:0150 FE CF 04 1F-B2 F9 89 D7-D4 0A 35 30-30 86 E0 AB ..........500...   
   1639:0160 93 AB-B4 24 AB B4-09 CD 21 C3 ...$....!.   
   -> q   
      
   99BF 0A00 BE82 0001 D089 EB89 CD89 C1F7 E792 AC2C 3073 F091 B113 F6F1 91F6   
   E596 B902 0089 D889 C5D3 ED29 EB53 41D3 EAF6 F128 C38D 400F B11E F6F1 3D06   
   1C10 E158 29D0 83C0 0739 C87C F9BB 2034 2C28 7704 FECF 041F B2F9 89D7 D40A   
   3530 3086 E0AB 93AB B424 ABB4 09CD 21C3   
      
      
   > > valid for 1753-4000 (tested 1753 - 2099)   
   > >   
   > > Uses Oudin's Algorithm, with code taken from Hugo Size Coding Compo #20   
   > > runner up Sergo Polsky   
   > >   
   > > >   
   > > > The program deliberately doesn't add a crlf (just a space), so one can   
   > > > append the year by running in batch i.e.   
   > > >   
   > > >   
   > > showeast.bat   
   > >   
   > > @echo off   
   > > @rem showeast.bat   
   > > if @%1 == @ goto Usage   
   > > rem put 'day mth'   
   > minEast2 %1   
   > > rem add 'year'   
   > > echo %1   
   > > goto :EOF   
   > > :Usage   
   > > echo Usage is: %0 yyyy   
   > echo where yyyy is in range 1753-4000   
   > > echo Output is Day Month Year   
   > >   
   > > >   
   > > >   
   > > > Example:   
   > > >   
   > > > B:\>showeast 2025   
   > > > 20 4 2025   
   > > >   
   > > > B:\>   
   > > >   
   > > > For those of you with the strange date format 'm d yyyy'   
   > > > that'd be April 20th this year.   
   > > >   
   > >   
      
   --   
   Bah, and indeed Humbug.   
      
   --- SoupGate-DOS v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|