DClickN@p4 @O`  @`! O%`')+-/1o79;=?A C@E`GIKMOQ S@U`W[]_a c@e`gikmoq s@u`wy{} @` @ ` @ ` @ ` @ ` ǀ ɠ @ ` ׀ ٠  @` @`!Aa   !Aa!!#A%a')+-/1!3A5a79;=?A!CAEaGIKMOO`  @`! O%`')+-/1o79;=?A C@E`GIKMOQ S@U`W[]_a c@e`gikmoq s@u`wy{} @` @ ` @ ` @ ` @ ` ǀ ɠ @ ` ׀ ٠  @` @`!Aa   !Aa!!#A%a')+-/1!3A5a79;=?A!CAEaGIKMOPROGRAMS CODE1 " ;CODE2 " CODE3 "QCODE4 "!#CODE5 "#(CODE6 "&0CODE7 "(2dDESKTOP INF")3READ_ME TXT +4STNEWS PRG ,5TOTAL IDX"4YTOTAL DAT"oZ. .. FISH S FISH PRG GREP BAS  ;switching off the lower border ;by UDO from TEX ;This source is for K-SEKA 1.5 x: move.l #0,-(sp) ;supervisor on move.w #$20,-(sp) trap #1 addq.l #6,sp move.l d0,savereg move.l #$80000,a7 line_a $a ;mouse off move.w #4,-(sp) ;get old resolution trap #14 addq.l #2,sp move.w d0,oldrez move.l $44e,oldadr ;get old screen address move.b $ffff820a.w,oldsync ;save old sync bsr prepare ;prepare screen bsr hblon ;switch hbl on bsr sub1 ;wait on 'ESC' bsr hbloff ;switch hbl off goon: move.b oldsync,$ffff820a.w move.w oldrez,-(sp) ;set resolution move.l oldadr,-(sp) move.l oldadr,-(sp) move.w #5,-(sp) trap #14 add.l #12,sp line_a $9 ;mouse on move.l savereg,-(sp) ;supervisor off move.w #$20,-(sp) trap #1 addq.l #6,sp clr.l -(sp) ;terminate trap #1 oldrez: dc.w 0 oldadr: dc.l 0 savereg: dc.l 0 oldsync: dc.w 0 ;----------------------------- hblon: move.l $120.w,oldtb ;save all registers move.l $118.w,oldkey move.l $118.w,newkey2+2 move.l $70.w,old4 move.l $70.w,new4b+2 move.b $fffffa07.w,old07 move.b $fffffa09.w,old09 move.b $fffffa1b.w,old1b move.b $fffffa13.w,old13 move.b $fffffa15.w,old15 move.l #contr,a0 and.b #$df,$fffffa09.w and.b #$fe,$fffffa07.w move.b (a0)+,d0 cmp.b #21,d0 bne noinst move.l #newtb,$120.w ;install new vectors move.l #new4,$70.w move.l #newkey,$118.w or.b #1,$fffffa07.w ;allow timer b interrupt or.b #1,$fffffa13.w noinst: rts hbloff: move.w sr,-(sp) move.w #$2700,sr move.b contr+1,d0 cmp.b #4,d0 bne noex move.b old07,$fffffa07.w ;restore all registers move.b old09,$fffffa09.w move.b old13,$fffffa13.w move.b old15,$fffffa15.w move.b old1b,$fffffa1b.w move.l oldtb,$120.w ;restore vectors move.l oldkey,$118.w move.l old4,$70.w noex: move.w (sp)+,sr rts old4: dc.l 0 oldtb: dc.l 0 oldkey: dc.l 0 old07: dc.b 0 old09: dc.b 0 old13: dc.b 0 old15: dc.b 0 old1b: dc.b 0 even new4: ;new level 4 interrupt clr.b $fffffa1b.w ;stop timer move.b #199,$fffffa21.w ;set data register move.b #8,$fffffa1b.w ;start timer new4b: jmp $000000 newkey: ;keyboard don't disturb!!! move.w #$2500,sr newkey2: jmp $000000 newtb: clr.b $fffffa1b.w ;timer stop movem.l d0/d3-d7/a0-a6,-(sp) move.w #$fa21,a4 move.b #180,(a4) ;set counter move.b #8,-6(a4) moveq #0,d0 ;wait till middle of line mulu d0,d0 mulu d0,d0 move.b #0,$ffff820a.w ;on to 60 Hz move.b (a4),d0 ;wait on right border wait: cmp.b (a4),d0 beq wait moveq #0,d0 ;wait on left border mulu d0,d0 mulu d0,d0 move.b #2,$ffff820a.w ;back to 50 Hz movem.l (sp)+,d0/d3-d7/a0-a6 bclr #0,$fffffa0f.w ;end of interrupt rte contr: dc.b 21,4,15,06 ;----------------------------- prepare: move.w #0,-(sp) ;set low res move.l #$70000,-(sp) move.l #$70000,-(sp) move.w #5,-(sp) trap #14 add.l #12,sp move.l $44e,a1 ;get screenaddress move.l #data,a0 move.w #199,d0 loop: ;fill screen movem.l (a0),d1-d7/a2-a4 movem.l d1-d7/a2-a4,(a1) movem.l 40(a0),d1-d7/a2-a4 movem.l d1-d7/a2-a4,40(a1) movem.l 80(a0),d1-d7/a2-a4 movem.l d1-d7/a2-a4,80(a1) movem.l 120(a0),d1-d7/a2-a4 movem.l d1-d7/a2-a4,120(a1) add.l #160,a1 dbf d0,loop subq.l #2,a1 moveq #63,d0 loop2: ;fill border movem.l (a0),d1-d7/a2-a4 movem.l d1-d7/a2-a4,(a1) movem.l 40(a0),d1-d7/a2-a4 movem.l d1-d7/a2-a4,40(a1) movem.l 80(a0),d1-d7/a2-a4 movem.l d1-d7/a2-a4,80(a1) movem.l 120(a0),d1-d7/a2-a4 movem.l d1-d7/a2-a4,120(a1) add.l #160,a1 dbf d0,loop2 rts data: ;fill pattern dc.w $0000,$0000,$0000,$0000,$0FFF,$0000,$0000,$0000 dc.w $FF00,$00FF,$0000,$0000,$000F,$FFFF,$0000,$0000 dc.w $FFFF,$FFFF,$0000,$0000,$0000,$0000,$FFFF,$0000 dc.w $0FFF,$0000,$FFFF,$0000,$FF00,$00FF,$FFFF,$0000 dc.w $000F,$FFFF,$FFFF,$0000,$FFFF,$FFFF,$FFFF,$0000 dc.w $0000,$0000,$0000,$FFFF,$0FFF,$0000,$0000,$FFFF dc.w $FF00,$00FF,$0000,$FFFF,$000F,$FFFF,$0000,$FFFF dc.w $FFFF,$FFFF,$0000,$FFFF,$0000,$0000,$FFFF,$FFFF dc.w $0FFF,$0000,$FFFF,$FFFF,$FF00,$00FF,$FFFF,$FFFF dc.w $000F,$FFFF,$FFFF,$FFFF,$FFFF,$FFFF,$FFFF,$FFFF ;----------------------------- sub1: ;wait on 'ESC' move.w #7,-(sp) trap #1 addq.l #2,sp swap d0 cmp.b #1,d0 bne sub1 rts `F/<?< NA\#.| ?<NNT3#N aaPaa ?9/9/9?<NN /9?< NA\BNA# ###p|#p  |8 8 f&! !p!88Nu@F'9 fB ! !!|pFNuB8!NF%NB8H8|!|p gp LNs?</</<?<NN "yN |0<LHL(H(LPHPLxHxQUp?LHL(H(LPHPLxHxQNu?<NATH@ fNu  GfABASIC :x<x  PRFLAGAFNAMESEARCHNEMPTYFILENAMEAPATHCOPTOPKDTACOUNTXLCCPRFLAGSCLINPOS1POS2PRINTERPERPTRPRTPRINTER GREP_EXITGREP GREP_EXITFINDWORDTHE_ENDELSRTHE_EBDAME @FE Fy!z !~~F"E\megamax\fileview\*.c caseF7< FE;@6  FFM FE?@@ F M FE?@@ F ` 6 F M FE?@@ F -pF,&usage: grep filespec searchstring [-x]FIMFe XFp6 F4.Grep: printer not ready .. Abort Retry Ignore?FF ES F A R IF  6Z A IFF N AFMF F EF F jF EF F Ezz F~P! FM!! FvMF +!! F:h!!!!!F.(Welcome to Digital Insanity's SimpleGrepFFEC@\ Fi  FF E;@ F4F 6 F,'Grep: incorrect filename specification.FMF FE@\@ FLF\ EB FFEP Fz !p!PF !z ! FFE`! Fp!z !PPFz !p!PF7i!M!FeEF|#rM F 7S XFe8MFMF F =`M!F nC@ F NF" line "":"F4F#"0!##6 x   F F8F -- more --"Fa FFEF F jF;" line "":"F F F4FxF:8MF F FGrep: "" not found.F F.F +FF$Program end...Press a key...."F a FqF.F + FE F@?@@   6 F4F?FEF@r?@@   6 F4F?HF.F"y 9op$|Q$y29SA,JQ" ¼g*J29ySAQBBB$N&y(M`,a2JAlDA` 7 TBadQ`7 aTQTBymNuBJ20g 20g 20HRC`(A0VC<fDy29Nuм}m|mNu y"y(|*|,<.<(<$IP$< <L"<&LF*g*(g*(g *(g@ g gҔ g gQ$<||nnQ^PQ>NuB0/ |_@"|p$qNpJpq qbrsVs ssst.t^"X$PBf$f)f)fBBB  Nu<f `ʰ< f R`Jf`< d@S@ Q`<e `z`t&i kL0<,|`"H2<QRQByu|3u~ <u\Nu"X$X&J0<k(K2<BQPQ(|`><&Ja&JgQ Nu"X&X(|`a NuB@f f)fNu< fRNu< g<f_9_`H*LJ9_fF]P]]]@]]]0]]] ]p]]]`]R`t2<(|u<,MBTRQ9_g2<(|u<RQ9_g&2<4<B(|u<6k8R<fSBBQ9_g2<4<:86420.,*(&$"  PQXNuwgvpsw`@ wT&  d ,#    '6a&z> U'     <Kx=Y'   <=8`J 881 3 s0  !!0A010!r0r023Vcv#v"v"f"F"V"B"H"@`hhpP:`!!?5``    0($&#! $! 0a '?H8@`M 6lTBCL "fd2B!F,@$@@ n:HzqniD֢!cgWW?ÿ||WxauQrRJPPrZZM KKCCKKI)vxxxxو6ZinuddB d@@!R0@2D:>/p08ͅN/'< 0 ="q>< Ð?O^Ά ~Obzp 9Eso?3/8?s[;sgϊ5l(Yʹ9{ __c}93mɿ?ozߟ﷟?$~q|Ϟmows{^|8|xt^>wf?r]xlp8a~~~7oт7.[%>o{Jv =_}b;3 cc1[ # &C`     M<qZAEBhAyur{yߤ~{ ϟ(  0%A$Ao\A|ӌϼpp@pp<  osOXg|3A\h<X>0 ‚?>bp @x|>0䉍G*P>?On; ?a?5o“p~.{|~3'{/0gq< .\>?@(`0 00q |8>~?> <~>A3  A?0 8@D$`W ?7̟=hq~@`h9(lnzvgrw{?_w/?g?ÝA3?w@`8`xx @@pg_ޡ? sw8hN8p?{/%?; ?())9010!0##"3 @ `0 0PX 0c 0ppa~y|s?@??gw~ @~~Lx 5;A _f8?x\@|fM |8=;gG8} /><0`=ϰǁc@1` 0+7 9 80-@0a0 q|@ 1F rh~<50h@tĔ%ee"g@i?%aKӤש_;{7f;g~os==L @ \@ L'?X0`8|>?pcqp` @+0 ޏޑ:~? @@1-j8 ?0 fp@D ) , />g>'7??xa<>pn/_0o/|yy?ߑ??3faGrZXXp<`9  ` aqq000mx xxp b #?0 vx XW_(/ x<;gw>gzx?~?ig&_?>t y !XH`n"!< p_cA0` 5 @`c€&?G- Tr<؏ȯ_B+/'w?џ ?p@ "> ""@?>|91?O%;~iAAO_ua!o|GHXpxh6h @K[7tg1gEG  _G߃3hﱿ9]wW=afGτ.` \w@ fF@A`@0ȊQAwd??sz7>x?d?| sJ(B(B'p@8<<;Aဆx|~ vd}?/'7q4KAPk~a}>Fpúe! @}@:  => 0 Ay @`@xq@ `0 @`! !`0< 8??~Nf?|?86P8{'?fOs8p??f > pb0\G1p\lݠd0@|q |qD@` <""0L0<@040>?? 0>`0CL`<Bǰpp?   <88@q /x'@0?{F0 `2@0G@@p| @>Ȃ   ? 1cFD@P#!1 4`@ ,$$  !( @44t P 0 0 0 $ ` b`hbhbJ@JBHLTtYqaq133%prx88898 f!) 8  I]"/ ߛ;}?x7w A?~(GaV`Oݢ?ς*sҿ^ҹ ptЃlȁ.~AoArA3?$v08@`OMO(kw&s:pz,@xfCH$ 1rZ^\|`>] SO_/G"21 b`q' p"}(: $g) XNvdaa>? !,";oy_l~xHИАqqڀ性|q:|<#o< p"@ =y0p` )+z?|r?wl0l1lx8kipx  `0HDBA@@@0TD@ `H0@pHtCKp 8&Hn g99;J;  zeWټwx5:WOɅ~|>ϧ'Af7} %c9@` $1< <@dt?8! g|?Gw>̿@@@KA`az #8lA@@\@@@  p}8 40̠P< `+k W#1`g0A @0 ACD+X<P0 ! B0p8@=0O`"0qx c x^;eAyb Y 0#ny??λ@  A a@xw'2yc { ?}|\8@x ,xPp>?/3p@b  @s?7@" ppr`P $ S)@`Cxd'0L<` h?À]!p_!CF >;2 @ P@(xL<$O73slp8ʜ60c3 Ԇh$B<@& 0`P@100}??{0p@@ `@0<h3:pb 0 p P`QA@@a Є`0)<@h b 0ppa>H<< kC>ў5?x:xp@c3ADA THBdr0h9qcEA"@t0# ' >   8@0`8@!? ; 00`0@ |    v?P~@00 q|@ 1F rh~<50h@tĔ%ee"g@yi8p 7/,[(VxPpw/O>~|>~!B 0}@>?w~@3O?g hX<|@DL4_'=G @`@Ïǟ q# D@ ?6 @fp@D ) , />g>'7??? @8?  ` !<0p`@^!8p`@BF 9? <`@`p@N\Lx?x?s{y߽ =< %$`@ L??~| #?< ~~ lp p XW_(/ x 8qq@@@?vR<@>c`0 @0@7 ? '? 6`n"  ~`1@9 A05Ç6radpzc{s@x`?B Tr  0@H+ *A/'w?џ ?@p@ @0 @ :@9g {}@H@`@ ` |  hH#a!_E,0_O@|)9>  Yl@O!~?/? w?w?s~7>x?d?| `@d,`@  Tq|8~Fado#www?ooUcyY=d>| |qD2@ ` !L@0<\8@41`?_ ? `~ }/?8`q?|8?x<@ 8`^ <88@?{ L?p8@ p| ? 1cFD@P#!14`@   @$$4$d P 0 0 0 $ ``hbhbJ@JBHLTtYqaq133%prx88898 f!) 8  <@p ;~#@ 2'%UdXR$][ y?`@X #G4,II1=121"m1EFQߊ? &$|8!42    % , ) @)EPPP0 ((aHpUp"ʁNaGCIF¿cIO9ؿ&ٻ󌽌~ ?ڀv:/Dd4b !>I]/o$ϟ?o7p}?ĿC'(Ga~pOݻ?ς:sן ||βЃmɧ?~GoOzßO3?$vq8B`OMO(kw&s:pyzl@xfcH4 1rZ^\|`>] SO_/G"21 b`q' p"}(: $g) XNvdaa>? !,"#o+yH~?o?|=;??]{wHHn-g99;J;  zeWټw|5>WO͇|>ϧ'Af7 %c9@` 1< g8@dt?8! g|?Gw>{̣OKA`eی?8x|{<??o3k y=nC(@0n y1O<bP ! B@ 0p8A=0O`"0qx c x;eAy Y ۀ=/??ο   `0aG0w9>yc|>߿?@`>?D a0 00?|xs;~~c0þPF0:'` f'<L0 @`@Cxd'0L<`=hÀ]!_!F >;2@ 0`0  ""qUp8܆>!i$B>@&= xJz~/ ?> @ `| ?81q@@c >~C  8y6l>xOJl?)-=#"3  `0 0PX 0c8<wqa?i<<9{[>ߞ5{@EA@dpp`9qc"t˧Og;> @_0`8_  ?>~@x!0?&hރ<x ߠ;gF <8a 0`>l46dlYٯۇӳk9Dg9 `80 q8vwmuqCjeeee#58p 7/,[(VxPpw/O>>~ |>~~x^0ށA``H=<xGO@8| 4\ ?<>0?0LJן `Ïǟ `? ?|4|TsGχ'tx? @?|2| q@Fs0?X㙏r/?x<ߟ?|yy?БǢx@BG4 އ7%>|<`@ ?{_\aYoFVN\^x #?? ~~go'~|10p _W_?)=_>?k{pC~G< S?C>?~0op!B0@ p0$>~}`n" C_>1Ax: @sxÈ6radpzc{s#?Ux= Tp>wϿg1#1K??<.]y??{p @?~@p#0~9pi^2>'z{a]H߈<"~|>޿ܛ  ?~?Gqxxy<&!߀_@ßa?8?w\?τ>`\YlO~?/?ױ)mw?s~7>x?d?| `p,@00 0 p=g_`/www?ooUcyY=d>|>8`~?06PG8?Ϝp?|?_?㿰yv??|D#> |pD2@ ` 0M@~08L(@1?@ X`r }8`p?|8<x<@ 8`^ <88p 8@  4$`@6&&2bB`?<80`@6$ H#a0 `     000` A 0008a8C0p`a,x hii>ޫ=<======??D}W]_K[Sxh̩ͥ_GGGcGaCc#1b2($:&#! !!##Hh80<p`߁>`@0`q<$P `@ LDZ8q"2sVf0쾬?+{g|~>/>;N[Y?>/ׯ߆{7ȃ@q ƦBr"08F#.'<`0`0 !"@$`xQ7|3p 1@So@}~8 }O "" $G 00уr&,|xAAQs|l5szm}heCC=~󤅃l@ <~(ՆyA@p,* D3`0@0 " @0 G@gnHؐ~'mv (C Z0c'"=@3o< x"@ =i0P`+ K^*]W LLX KI`H `0HDBAA@h`0lǟE@OqxxqJuC@K|>'QOogѾxP<(<׊ e ל]~'% ```"`<A@|;Cpߘ;L<1q|"A|F\P@ 0p|s{<??o0?$+ +۸o~y<\?r@0? rV7|;s%049O 8c=\oA#ߐp|  l`` @ p  `0i0 yA|>߿ ;x\;@`` >? 0p0c0 p@0Hp@pcP@0:!`  7Ѐ'{o~?<(g8O<`9 .À!0`_! @p@0> Ä|A$O;O'=~'P@!008 @@@` 9)91!#"#b<w1`?o?<>??{›'s?`{t? ? <8!0`<8?~<x4dðǀc@1`0 @p88p 7/,[(VxPp~8rfp3>|``<xC@8| 4@@@@ ؃Ƒ |/?~@`/|x#'h@8ϟ>8p`Ёx@BF 耀%>|<`@NL`o 000  x >8x;|p8 |}1pp?p<;csAz< <~?`0 B0@7 y`n" 1@9  @`c#'eE=p?vÿgqY' ??<m,y @ ?v{Øp @?v@p<"x9g ;`a@@@x <F#aB#0 hH`   `8XX@ 0`popp66& ]@`0&rxAd2;?Ɖ`s4|68`x?d?| @q?o>'g8 @|? AY}<p=8@ @p0p<p  <8h|8^3``?̉Ɖ͉̉݅݉݉لƄ̉ljω݉ډЅΉډlj̉ۅ̉ډ̉Ή͉̉ljډΉ̉ډƉ̇݉ωʼn݉Ɖ̉̅̉Љ̉̉̉ωډ̉ډƉ̉ۉЇۉʼn̉‰lj͉̉ͅЉۉ̉ۉ͉ۉ̈ډډЉ݉̇̉݉̉ۉ͉lj͉̅݉Ѕ݉ډ̉‰lj݈ډ܉ʼn̅̉ډ̉lj̉Ɖ̉݇̉݉݉̉ډ̉މމ̇ƅlj܉ljljۅ܉lj݉ڇ͉ʼn݉̉ډlj̉̉lj̎ŅĉЉΉډ݉̉̉݉ʉډЉڇʼn݉ۉȉމډωЉЉ·މʼn݉Ή݉ĉ͉ƉƉ̅̉ډڇЉƉƇ͉ړۉΉ̉ډ͎ʼn݉݉܉Lj͉̉݉݉lj̉ŀǓۉΉ̉ЅЉŇЉ͓ۉЉΉȉۇ݉݉lj̉̉ʼnډωljʼn̅̉څ̉݉ω͉̉ۉ݉ʉڇĉ̓ۉΉ̉݉ډډ͉̉ljȉΉ̇̉ډЉ̉ω̉݅݉ډډ͉LJډ̉ω͉ډЉډ͉ډЉډʼn̉Ɖ͉̉̇݉ȉ‰̉ݎۉډЎ̉ۉډȉΉ̉ljȉЉ̉lj̀݉ډƉ̉݉܉̉ډ͉Љ͉̉̉̉څ݉݉ډ݇ЉړۉΉƉى̉݉ω̉ʼnЇ͉щĉۉΉ݉ۉ݉̉ЉЀʉۉډ̉ω͉ډΉۈڇЉډŀۉމ̇ڇ̉މĀۉމ͉̅ʼnۉljƉڋƉĉۉډlj̉ۋ̇lj̓ۉǎډڇډ…̀ۉΉƉ̉ۉۉlj̇ݓۉΉۉ̉ڇ‰ljljۓۉΉƉ̉݉χΉ݈ĉۉʅ͉̉Љʼn̉݉䉁ۉЉΉʼnډ͉̄Ήڇljډ͉ډΉ݉ȉڀۉۋᇇǀljЉ̉ۉ͉݉̉LJœۉΉʼnωډڇЉljlj݀ۉމ̇ډۉЉ̀ۉۉ͉݉̉ĉۉΉljۉlj͉ۉ̉ڇۇljЉȀۉΉډ̉̋ۇljۓЉ̉܉͉Ζ̓ۉۉމǓ̋ĉ݈ѓۉۉ䉁للЄŀĉĉ̉Njۇ̋ړۉ̉̉ڇۇꇉǓۉ̉̇ډNjljljΓۉ̉̉Ήljډ̉ωۉ݅ljډ‰ʼnډƉƉЉ͉̉ƉډЉlj̉ʼnډΉljljډ݇̉ډlj݉Љ̉‰ljȉΉۉƉ͉͉݉̉̉̉ʉڇ݉̉ډȉЅ͉̎ʼn̉݉Ї‰̉̉Ή͉̉ωډ̉Ή̇̉܉̉̉Љ݉څ͉܉ډωlj̉ЅЉʼnډƉǓۉΉ̉݉̉ډ̉lj̉ljΉ͉ȉۉ͉Ή̉ڇ̉܉݉̉ljPyPډʉډljЉ͉щĉчω܉݉Ɖ݉ډlj̉Ɖ̉ډ͉ćVVVxrrrV]]]V]V\SVVVVVVЩ]&ʨ̦QG'p'^ΡIȮAޮE>R٭],_b ԫ𫑫Stk8Ҩ̨TGH}a6?'/שީ٩éͩ꩖+!9?5 kocUswKOCG[_SW㩮멮穮󩮏S穮ϩéǩ۩ߩөשة멮ᩮ穮󩮌ɩީשJ^lbx~tJAD[کʩVWTURSPQ'||HHKK~~JJqqMMppLLssOOrrNNuuAAtt@@wwCCvvBBIIEEHHDDKKGGJJFFMMYYLLXXOO[[NNZZAA]]@@\\CC__BB^^EEQQDDPPGGSSFFRRYYUUXXTT[[WWZZVV]]\\__^^QQPPSSRRUUTTWWVV&UP&R^&TQ&TP&RQ&U^&U^&TP&U^&]&WV'VWT'UQ]YEAM'&&U&&&UP&UP&TP&TQ&RP&RQ&S^&U^&RQ&TS&&&&&&&&'&VV&V&V&V&&&&&&&&][EGENMI'&&&&&&&&&&&&&&&&&V&W&T&U&R&S&P&Q&^&_&\&]&Z&[&X&Y&']Z[XYFGDEBC@ANOLMJKHIvwturspq~|}z{xy'VWTURSPQ^_\]ZV[WXTYUFRGSDPEQB^C_@\A]NZO[LXMYJFKGHDIEvBwCt@uArNsO'VWTURSPQ^_\]ZV[WXTYUFRGSDPEQB^C_@\A]NZO[LXMYJFKGHDIEvBwCt@uArNsO'VWTURSPQ^_\]ZV[WXTYUFRGSDPEQB^C_@\A]NZO[LXMYJFKGHDIEvBwCt@uArNsO''&&VWTURSPQ^_\]ZV[WXTYUFRGSDPEQB^C_@\A]NZO[LXMYJFKGHDIEvBwCt@uArNsO'&ʩ(<驩ɩy(<驩ʩ(<ɩQVV+ϩϩP󩮃㐩ΩPϩթȩթ+ȩթKȩPꩮթȩÚiiPhթ+ȩiiPhթKȩiiPhP쩮㐩ϩթUaVSUUV!V!i(թiV!IV!aV[ܩ۩-񩮂]㩮驮M%'C?թɩO|i))ϩéɩVuWϩ됩ɩVMTϩCɩVyVϩ)ϩé|Uɩ驣٩LЩءɩ繁iiթɩiiթAթ驞ɩViiթɩyVihթɩթy𩱸ɩ3pɩ9ɩ+yyɩ۸թɩթ驅UɩթiɩyɩA𩐸ɩiどϩթɩϩǸթ©ѡ驴ЩどΩiЩ蹁iiթA詮どϩ㩉yどϩթΩթyթᩱթΩyթΩAթ1롁ΩAթ6롁ΩAթ੫թどϩܡϩܳΩr2ܥ̩̩c̩eͩɩm)V)˩ΩLթG|iVVܥ9˩Ω)Lթ|iVV٩ɩV'A)LթI|iVV٩ɩViɩT驵ɩT 驹LЩ۩㩍VWVWVTVSVTVUVVVRȩWWΩթyթᩱթΩy թɩT㡁ΩAթ1롁ΩAթ6롁ΩAթɩUkLթ۩{)ǡΩΩΩ륻Vϩɩ3ϩiiթCɩͥϩVihթCɩϩiiթA詮헕ΩͩVΩéyͩ&ϩ'ϩ@VV ੽yyթy(VzhΩ#ΩͩѸթJΩϩϩ;ͩAɩ{̩詂K;ͩ訩 ̩J௬ͩVQy裮.ΩϩéVu逸yɩV﫮ϩj쿕Ω驞©AojΩͩ˩ɩܺULЩ~iթ◕թթ뀩㩯թ٩)ϩéթLЩڡ⩫թzUfV UUUPU-թxoyU]됩VV+ɫΩUUܺUUVV+ܿ񡁩ΩΩϩΩϩ񥃩VΩy񡁩ΩΩϩVΩɩ񡁩ΩΩЩI&)UKKUVV!UVV!UVV!ܩ)ǩicMX驮穮񩮞ȩ©ߩ)#3csCZꩮʩVVVV驨VV 8VVVVVVVVVVVVVVVVVVVVVVVVVV۩өqݩ.3fE詮ʩة- 2 s_⩮!5'eA_V9.H+hJH.H+oijkioiojkijoijkioiojkij.HJH.HJH.HJH.H+mJHJHJHJHN9.HJHJHJN9.LNHJLNHJ.LNHLH.JHJHNHJHJHNH薕.JHJHNH.H+l薕B.HB.JH藕JH藕.H+n.HJH.H+a.J+mNZV9JN^JFHJNBJ^JNZJNH.J+o9HkJ9HoJ9H9kL9.J+oH9jkJ9HoJ9Hjk9j.H+cJHJ.H9+iJ9H9L9HJ9.H9+i9ki9J9HkiJ9.H+oi9kioio9kiJ9.H+k.HJHJ.I+bH-V'A'JN9H'-V'JF9NIH-V'A'JN9H-V''JF9NIH-V'A'JN9H'-V'JN9H'-V'JN9H-V''FJF9.N9J-V''NJN9J''H'.N9J-V''NJN9J-V''NJNJ-V'BJ-V'NJ.H+mJ9V9.J9N+eJBdJ^NBJF.N+eV''.J9N+eJBdJ^NJ^.N+eV''.N+h'-V'B'J-V'V.H+jJH.J+o9HL9HL9HL9.HJHJH.H+oijkioiojkij.)))))))))V))V)))))))))))VB0/ |_@"|p$qNpJpqq^rsns"ssttJtz"X$PBf$f)f)fBBB Nu<f `ʰ< f R`Jf`< d@S@ Q`<e `z`t&i kL0<,|`"H2<QRQ3u <uxNu"X$X&J0<(K2<"BTXQQ(|`><&Ja&JgQ Nu"X&X(|`a NuB@f f)fNu< fRNu< g <f_9_`H*LJ9_f4]]@]]] ]]`" fR`V`2<(|uX,MBTRQ9_g2<(|uXRQ9_g&2<4<B(|uX6k8R<fSBBQ9_g2<4> ST NEWS issue 3.3 << Published on the day of Willeke's birthday...May 16 1988. This is the first (and certainly not the last) issue with me (Stefan that is) as the new editor. I did my best to make ST NEWS even better than it was before. I added a lot of machine code, espcecially to the pageview routine. Please note: "ST NEWS" is Public Domain, but if you decide to sell it through a PD library in Holland, you should contact me first about certain royalty arrangements! If no such agreement is made, it is not allowed to copy "ST NEWS" in a Dutch PD library! "ST NEWS" can be copied using e.g. "Fcopy". `T*` Efv*oM&h m HPHUBg?<JNA(m)m -:gS)@ -OK1PC#HNHx?<HNA@)@l/?<HNA)@h&@)@XЬl)@d)@`ARCpr Ѝ"QHNFALNDHz2?< NA\pdAxr0XQ)K\NNr ,hЬlNuNx ,`NuJrBjNuHz?<&NN\NޢCAp$L Qp N܎9lrBlJpNN܎pMN܎9@pdAr 0Q0tr N9lN^Nupealp`NuaNJHz?<&NNBWNANC2A@p222NrҌ0<NB0,rNurA9Ar`v C9Cr`rt9@9A9BNrrҌpsNB0,Nu9@N`rDҌpsNBNuC2 @ e @}bA@p222Nr,Ҍ0<NBNu pa2|a>:><|a4g RGj`a(0GVfA1G<ap??<?<NM\Nu??< NMXNuHnx 2$4BBNuAd RdQRB BbABJk 0NuJBjBBXNu 0Nu 2$NuE`B<gJEgEjCDEDF Fe( F dF8BCHC` F0bFHC8v` HD8HDkDуdQRBNuDdBDA@kgAр[SBk0NuJlJBk&Nu0g H@rB JkЀ[` BbNuJBj prtNuHPAJgPpr$< _Nup _NtNu&8*JEgJBgJjBEB:HC҅H@:|ۆ҄ۆ<HC>H@ЃdHA@B@H@хk HAҁHAрSB BbNuNpNNuCDEJEgJBgJjBEBQ*HE?<>0rHGGdHGGdSWDуdi\?<>0rHGGdHGGdSWDуdiN?<>0rHGGdHGGdSW2 H@N?<,>CEdGH@0r`?<`JBgVB&8TTDуdQRBNuDAр&AdRAрAрDуNuprt|=|  g +g -f .g20  b 0e 9b da`RF` .f 0e 9b dajSF` Eg efX +g -f 0e 9oSH`00  b&Hz0  b E Do`HJjDDDS4</NJFkSFk&aQN`Ha"FFaQL8N6.JgtBnNupr$<NuJBk4<rpAC v JBgJjv-| Bb BkH>aaNRFBdL8?N<JBga2SF Be BgQRB`ApdR e <rRF&0xafEv+0JFjDFv-Hƌd0BFHF 0HF0ANuprt|`2:HQ A dGe GbFGNu G0dFGHANu~NuAd RdQRB6Ce0 C/jC C@j C jr0H@{0DH@Nur{0Nu{0NutNuJj(:,af AfBfNu&<x*<N^Hn r$g4jDk( b4<J@`@[H@0Nu4<Ѐ[Nu4<NuNuAd RdQRBBkBjDBJjDNupNufJj fJAkNupNdRdRrxaAffBWHNuJjDBDA@JBfprJjDEDD@JEfvxNuaغBffAVHNuCDEaEf fDUHNu]HNuCDEaEffDftNuJjtNupN&NAXJ@jNNurAt`t Add.A0Hk"JjJBft??/?<BNA JjNNuS@k ??<NAXNu?Hl?<6NAP0,NuNJ@g,A,BBgHQ?<=NAP FJ@k??<>NAXtNutNu ::/rI IN<,(k$/<??<?N`NA Jj ?a0NN@HrO INLA NN@aHQ` @gS@@CNu   aH@@`"aH@@`a0) 4a3B HA2;i`0^ M / hawAnFNuAXr%eee%NuAMNuA.A&HP 0 0 &0&?< NN\Nu N` A$ HJo d*b` QjNuQjNubNN>/N۾.,*Q(,l؅kb/,h?<INA\/?<HNA\Jg< l`"ld۬d۬`)Dl$I& `&bۛp0R@@b&C CX`~/,l?<HNA\p=N0J@jD@vqapvN)@p `H@)@prtNAHplrtNB 2pNpNpapaprapalpalpalpaTpaTpaTBp'a?<NNT@B){L9|0<rtNpapap9@p`pvNv`v`vj`v `v`v`v`?Aa*` Al 2l 4)lVH)lRprtNAl 2l 4HVNuAl 2l 4L VA0000000000prtN9Cp rtNAv` Av `Avl 2l 4)lVHNZaBp0,l 2Nua40,HNua*p0,l 4Nuaprt0,l 22,l 44,NuN9||BlBlrҌpsNBNu0<}N& ?<NNC`&?<NNT"@ C <}N`N>(* 9AJA)H@@[000][ˈN Evz`* [g" ]g |g QSz` zQSpQ][ɈN Dvx`* [g" ]g |g QSx` xQSpQ]Bp4N܎HNu*( INA)H @depd ae zb QB DNA\)H @ e` ae zb \gQBA BhNpZN܎A BP"`#|}NA"H0,tg"Hg \f`A\fS A ENAR@H`2QNu@9@JpNN܎r|<N @xepw2A$JBjDFHB t`0QBl9F)lVTAtp 9| N2(g"P@g2RADAH""l`r2oZAe 1@#)I`Nuk1@Nup NNx"l`dpNAtrdJhk\QpaNH ld$l`"Hg: k&@0+R`g k#&@0+S@H3 Q&f)I`LNu?<?<NAXJgJgNAH@B pNA NuApNN8$N`$BS@kH2QNupC ұd"X0Pg"RA$D#Nu"X0NuNJ@gpNu _0HpN _0HpNp"_0HqNp"_0HqNE ұeHHQ0)N$_$ZR@H`2QNu$Y0gHR@@"D%$X0P2g# R@%NupE $ $X0dP.gRG,D%pr Y2dP.gRG,D!p4Ae4v`VfANuNWHNuNVHNuJhg NNNuJhg N1NNu2)A IJAfr4(Ae*RBBc0*SA?N`$E$R`QˈN ENup`(* 0(iN`$E 4R`Q$D 4R`QˈN DN ENua NuN IHPg"B  g &gNJBjt BNut`Rptr ae OgT Xgj HgSRB ae Fb$0k  c_  c b退`tSJBkN8RB0 b b瀀`RB0 fрd`A"HJf X0pNNuNtV0 9c^Q N2p <0N``QNuH&NրN놶jNu?r`??, N$F Z268SDĒDcCc2Ac0`QNuHRp` HRpJQfpNNq Y QfdЀЀ 0NuNNNq Y Qfd ЀЀNuNN$_& Y Qfdփփ!8NNN~$_& if"QdփփHRNN~N~,Nq8DRzXEEg"7PNqR$HBJBgpNJgJigp`eetЂ`"ЀeЁdp`ЀeЀe"Ѕe$W.H@@NL"2` NqR YEjrd0` SjN$_NЀЀ 0N YQf "_Nq*eNN~*< NqbІSGfN$_Nփփ!8N YQf "_&Nq*eNN~*<&NqbֆSGfN~$_NЀЀЈNp"X4g S`"QNu,NR`"QjNu" KC`e Nx`d \N l\Ӭ\ NupNd d3 d# d# # d# # # # d# # # # # # # # dB` # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # QNudd2d"d""d""""d""""""""dB` """"""""""""""""""""""""""""""""QNu??<NMXNu?k?<NM"UAf J@fH@NuDW?<NMXNuC l ", Ⲭ dfѬ SA 0! Nup"NNNJfNup#`N2Nx"p`tdbDA0Hg<<R@f|0HN`*JFk*HQ/??<?NAXfX ENuJkpNp`p`\F( &I.` ??<NMXJ[j E&DNuak NupNuakfpNupNtddA0oH?<?B?<BNA Jk.,?<?B?<BNA *kBg?/?<BNA JkNuNp`pNu)H9@Jp4N܎P'J&f H LNu P&NuQ'` J,'fJ,&gHA#ȇeC! B,&LNu-W)K20, 8k8@ gJl&f"Nu , 8g"P 8 @/, 8N2  8fQ 8J,'gNupB <``L@ H)l26)z @W , Jf`CfSHj-D@Hd0H@H 0H@0`fSC\fS , @a"C\fApNNNxHP?< NA\NuH@aa/a a Nu@0 9c^Nu| PC>$Error # ][Abort]\f.B &lX)K\)ld` lp ,BQjNup(NVtHB9BL@@TAt )l g.A( f hgSASAgRB`9BJN܎SAgNu)l g,vARC( g9CJ9|Lp!,N܎ FPeNubA JpBQA/)H )l gBlJpN܎B Aprt0 0BBB R@ @efA000 0PB0 *00 000\0X0 *0000 0P0BX0, *@00p1| 1|QBX0 $HTH0P &0 *0,NupNSk [0NupNuHPaH8 _&X Pf/|~ K!zag @ ep 24C"2 S@ػ Td BTA3A0C4$I2a222B"0@2A\xvaRg<2#M 4B3BS@ -f ػ Td>BAAb8RGRC`3RSG5GC5C J1DcaRF F e`RG GcdNuXASF1F41R 1h4 x1EDgVA)H)H 9|J?<NNTU@g,ACg dRhdRh(gpL8N܎p>L8NAJ0?C bL000zH?A/.)HpN܎LrHH/>Bl/,ff.f.ffNu l /.g&, ^`D&, N`>&, R`8&, V`2&, Z`,2,/4WAARA0,/6A hfRAS@f9A/,&, Jo ? CN20`@k Ap0(/.NuA Nup)@JphN܎LtH &JKBCH .A/~0 1PP1P1PA L? &<@>AFG0000X0000X0000X0000C ~AJ0g0  pi, N܎"F QNuYp-KNu _b@gGHpp 0f NuGNp2 @"l`Yd&-KNNx"l`YepN&#k"C-KN"Cփk փk2##`փk"`2`$Y8gHRDD*D%H8#$c2g# HRDD%H`p"l`Qd&&| NuNx"l`QepZNC ҳfHP0(N`$W$RR@H`2Q"H _$l` dd" $X&0BP6Y&|Hg R@@%E ҳeHQ0)N$_$RR@H`2QNu$Y 0P1@Hg R@@%NuNx$l` epZN"X0gBPHR@@"D#Nu,jJk `BffAge Jj 2$NuJjNu,jJj `BffAgb Jj 2$NuJjNu <PNN۴+@ -N8&<x*<NZ&<x*<NfN.6HxNbYSYSTEM MESSAGE|Not enough free RAM available..|Reboot system with ST NEWS|disk in drive AHPNV OH BOY r"_ N +@nNxpNAZN2AUtN2AON2AYN2A:FN2A5$N2A1N2AItN2ARVN2ATN2BASN2A/N2+|A4N2pNN`NxAZNNpNF+@Z -ZCNJ]HfN/H -ZCND~ NOC/9w\MSvMN/|N -ZCN/ -ZC킪NHPAZN2A4N2NXNx <@NZ+@ -N8NVNJBfN/p"<@NN/p"<@NNXNxpN0BNV^ST NEWS Volume 3 Issue 3| By Stefan Posthuma| Monday, May 16th 1988|* Dedicated to Evelien *HPNb KIKIT 4r"_ N +@BNbmProgrammers and other freaks:|There is a special article|by Udo from TEX about border|graphics in this issue!HPNb DEF 4r"_ N +@NXNx?<NAT+@ -A+@ -NCrNHxNV8FILE NOT FOUND!|Please Insert the|ST NEWS Disk|in drive HPAr"_NHPNb Swell|Aborthr"_ N +@ANpN,pN<+@BArNNXNx?pANC퀐NB:B2Bm@A:N2AHmHx <Nr "_NL -BSWHfN>THmHxpNHPpN"_Nr "_NLN>zHmHxpNHPpN"_Nr "_NL -BSWHfN>AB @0N>AB 0 -BSWHfN>HmHx <NHP <N"_Nr "_NLN?HmHxpNHP <N"_Nr "_NLBgABN?Hx -/?<NNAN4BgBg?< -/?<?<NMAN4ANzNfN?pNNB@ -BJWHfN@"+|pANBg?-?< -/?<?<NMAN4ANzNg NN?N`NqNqANzNfN@pNNB@N@~+|pANBg?-?< -/?<?<NMAN4ANzNg NN@~N`NqNqANzNfN@pNNB@HmHx <NHP <N"_NHP <N"_Nr "_NLBg?<?< -/?<?<NMAN4ANzNfNA(pNNB@Bg?<?< -/?<?<NMAN4HmHxpNHPpN"_NHPpN"_Nr "_NLANzNfNApNA< 0 -BSWHfNB@+|p AN?<?<Bg?-BgB -/?< NNAN4ANzNg NNBN`NqNqANzNfNB@pNNB@NXNxpN0HxNbQCREATE WP FILE|Please insert disk|to write 1st Word Plus file on|in current drive4HPNVOK|No!r"_ N +@ -SWHfNCAW^N2 -FJ]HfNCPHxNV.SYSTEM MESSAGE|1st Word Plus file not created!HPNVALLRIGHTr"_ N +@NCBNb)WP FILE|1st Word Plus file|is now created!HPNV OK r"_ N +@pNNXNxpN -N8&<x*<NNx"<N -N8&<x*<NNx"<Nt -N8&<x*<NNx"<N -N8&<x*<NNx"<N( -N8&<x*<NNx"<NNbGENERAL HELP MENU4N -N8&<x*<NNx"<NNVPAGE MODE COMMANDSN -N8&<x*<NNx"<NNbF - FORMAT DISK4N -N8&<x*<NNx"<NNbP - WP SAVE CURRENT DOC4N -N8&<x*<NNx"<NNVM - TOGGLE MUSICN -SWHfNE <"<NNbX - INVERT SCREENNNFpQ"<NNbX - ADJUST COLORS4N -N8&<x*<NNx"<NNbD - DUMP DOC TO PRINTER4N -N8&<x*<NNx"<NpNHPNV - PAGE UP"_NN -N8&<x*<NNx"<NpNHPNV - PAGE DOWN"_NN -N8&<x*<NNx"<NNbUNDO - ABORT PAGE VIEW MODE4N -N8&<x*<NNx"<NNVMENU MODE COMMANDSN -N8&<x*<NNx"<NNbALT+Q - QUIT BUT KEEP PALETTE4N -N8&<x*<NNx"<NNVALT+S - QUIT TO ST PALETTEN -N8&<x*<NNx"<NNVHELP - DISPLAY THIS MENUN -N8&<x*<NNx"<NNbPRESS ANY KEY/MOUSE TO EXIT4NpN/N󞀟$VHgNH`pNpNpNBAvN2 -N8&<x*<NNx"<N -N8&<x*<NNx"<NtHxAvN2NXNx+|Z+|^+|b+|f -fJ+@jNbCODE1JHP -f"_NNNbCODE3JHP -Z"_NAJ,N2 -SWHfNJ/-^/-ZHyAJjN2NJ$/-^ <}"-Z"_N0NXNx -Z"< A -^"< A -f$OHWH>?< @N\LNXNx ArN AFN AnN+| pA NBv -rN8H - N8H <r$<L8NZNL8N^NxNp+@p+@z ?< @N\L??< @N\LBNTBAV8N2 -SWHfNTHxNVfMusic: International Karate II|Published by System 3.|Written by Mad Max (TEX)|Composed by Rob HubbardHPNb FUNKY 4r"_ N +@BNXNxpiNHPNbCODE4nr"_NZpN+@JpNNbCODE44HP <"_NNbCODE54HP < "_N+|p"<`A큒N -N"<"- A N2`NqNq -Jr @NXNx <8N+@ <*N+@ <N+@ < "<8N < "<*N < "<NNXNx -"<8N -"<*N -"<NNXNxAV8N2??< @N\LA큪N?<Bgpr _NZpN0?<Bgpr _NZpN0?<Bgpr _NZpN0 -"<NNXNx -SWHfNVp"<@NNWLpp@pWBg?<NN\pp@pW?<?<NN\pp@pW?<?<NN\pp@pW?<?<NN\AVN2NXNxNV\*.DOCHPA HPA퀜""_NBFHy <}"<"_N0+|HmA "_N:fNW+|FNYA퀜NXN&<x*<NfNXZHxNb#SYSTEM MESSAGE|File already Exists!4HPNb Cont|Quitdr"_ N +@ -UWHfNXZ+|FNYA퀜NNHPp\N"_N:fNXpN<+@NXA퀜NNNHN8H <r$<L8NZNxN<+@ -z^HfNY,HxNb+SYSTEM MESSAGE|Not enough room|on the disk!QHPNb Grunt 4r"_ N +@NYNbCODE7HP <"_NpoNHPA퀜r"_NZpNpc"<NpN -z"-NpNNXNx -ЭNZ VHfNZ HxNb9SYSTEM MESSAGE|You should Write-protect|the ST NEWS disk!HPNVOhr"_ N +@NYNXNx <NW^HfNZHxNVfSYSTEM MESSAGE|You have either a harddisk or|a RAM disk attached! ST NEWS|might destroy the RAM disk!!HPNbSo what?|Quit!!4r"_ N +@ -UWHfNZNxNXNx"_A퀮N ANANANANANANANANANA NANANANANAN -N8&<x*<NNx+@ -N8&<x*<NNx+@ -N8&<x*<NNx+@ -N8&<x*<NNx+@ -N8&<ŀx*<NNx+@p"<_ A+|v -WHfN\JHxAoN2N]BAoN2pN+m悂Nb Total.idx4NXNzNfN\A0N2`piNHPNb total.idx4r"_NZ -N8vNNxrN+|+|pN <Ѝ/p"NpN <Ѝ/p"NpN -+@piNHPNb total.dat4r"_NZ -rNpN -"-NpNpNBpA큒N -N8H -N8L8N^H -N8L8N^Nxr @N`NqNq -"- A -X"- @ HBg - @NTLx+@ - WHfN^R -XNN8H -N8L8NZH <r$<L8NZNx+@z -N8H <r$<L8NZ&<x*<NNx+@ -N8&<x*<N&<x*<N^Nx+@ -N8&<x*<NNx+@" -N8&<x*<N^&<x*<N&<x*<NH -"N8L8N@Nx+@+m&HxAoN2AuPN2AvN2+|AszN2+|NzA`"N2Ag.N2A:*N2 -*RWHgpN0HxNb-Back to the menubar...|Is this what you want?4HPNV YES | NO r"_ N +@Bv -SWHghpNNXNxANA.NAvN+|*NH +@ +@. +@v -v$VHfNc - l^HfNb -. ]HfN`+|* -.^HpJBgp/ -.]HpJBgp$VHfN`+|* -.N8H -N8H - N8L8N^L8NpJBgp/ -. ^HpJBgp$VHfNaH+|* -.N8H -N8H -N8L8N^H - N8L8N^L8NpJBgp/ -.]HpJBgp$VHfNaB* -.N8H -N8H - N8L8N^L8NpJBgp/ -.N8H -N8H -N8L8N^H - N8L8N^L8NpJBgp/ -N8&<x*<NpJBgp$VHfNbAl\N2+|* -.^HfNc -N8&<ـx*<NpJBgp/ -N8&<x*<NpJBgp$VHfNb+|* -N8&<x*< NpJBgp/ -N8&<x*< NpJBgp$VHfNc\+|* -N8&<x*< NpJBgp/ -N8&<x*< NpJBgp$VHfNcB*ATN&<x*<NfNgAvNN2 -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp$VHfNd+|* -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp$VHfNe\+|* -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp/ -2N8&<x*<NpJBgp$VHfNfB* -2 2WHfNf +|* -2 8WHfNf>+|* -2 mWHfNf^ASN2 -2 xWHfNfAw\N2AvN2 -2 pWHfNfHy <}"<"_N0ABHN2Hy <}"<"_N0 -2 fWHfNfA;N2 -2 dWHfNgAN2 -*TVHgNXNxN\ -*N8&<x*<NpJBgp/ -N8&<x*<NpJBgp$VHfNh AtZN2 -N8H <r$<L8NZ&<x*<NNx+@AszN2AuPN2 -"- A -X"- @0H?< - @NTLx+@&AvN2 -*N8zNpJBgp/ -N8&<x*<N^H -N8L8N6pJBgp$VHfNiBAtZN2 -+@ <Ѝ/ -N8H <r$<L8NNx _ѐAszN2AuPN2 - ^HfNh+m6&Ni8 -&"- A -X/ -R" A0H?< - @NTLx+@&AvN2 -*N8&<x*<NpJBgp/ -VHpJBgp$VHfNj(R -"- A H?< - @NTLx -6"- A -X"- @ H?< - @NTLx+@6 -&"- A H?< - @NTLx+@&AtZN2AszN2AuPN2 -*N8&<x*<NpJBgp/ -N8&<x*<NpJBgp$VHfNk <_NZ+@S -"- A H?< - @NTLx -&"- A -SWHfNj+m&NjH?< - @NTLx+@& -&"- A -X"- @ H?< - @NTLx -&"- A -Xr @0H?< - @NTLx+@6 -"<_ AAtZN2AszN2AuPN2 -*YWHfNlPAtZN2 -:N8H -N8L8N@H -"N8L8N&<x*<N^H -N8L8NNx+@AszN2AuPN2 -"- A -X"- @0H?< - @NTLx+@&AvN2NzNXNxA>NABNpNpNNH +@> +@B +@v -BN8H -N8L8NZH - N8L8NZNx+@F -BF"<mN -BN8H -FN8L8NZH -N8L8N^Nx"<N(NH +@ +@. +@v - N8H -FN8L8N^H -.N8L8NNx+@. -N8H -N8L8NZH -FN8L8N^H -.N8L8NNx+@. -.BVHfNnr -BF"<mN -BN8H -FN8L8NZH -N8L8N^Nx"<N(+m.B -BF"<mN -BN8H -FN8L8NZH -N8L8N^Nx"<N( -vJWHg -BF"<mN -BN8H -FN8L8NZH -N8L8N^Nx"<N( -BN8H -FN8L8NZH - N8L8NZNx+@:pNNXNx AJN -JN8zNpJBgp/ -JN8&<x*<NpJBgp$VHfNrjNpNpNpN"prN -N8&<ǀx*<NNx"<N( -rN -"<Np"<lN -"<lN - "<lN - "<N -"<XN -"<XN -"<0N -"<0N -"<N -"<N -"<lN -"<N -"<N -"<N -"<N -"<N -N8&<x*<NNx"<sNpNN -N8&<x*<NNx"<sNpNN -"<_NpNN -"<"NpNN -JJWHfNqNVLoading HPA퀮"_NHPNb ... please wait...4"_NC퀴NA퀴NN8vN&<x*<NZNx/ -N8&<x*<NNx"NA퀴N -"- A -X/ - R" A0 -\/ -N8H - N8L8NZH <r$<L8NZNx" A0H?< - @NTLxNsrA퀴NN8vN&<x*<NZNx/ -N8&<x*<NNx"NA퀴NNN -"<NNVPageN -rNHmNV: "_NHP -N8N"_NHPNV pages, "_NHP -zN8N"_NHPNV bytes"_NN -"<NNVEXITNNXNxpNpNpN -"N8H -N8L8NZH -N8H <r$<L8NZL8N@H -N8H <r$<L8NZL8NNx+@ -"- A -X/ -Э " A0 -\"- @0H?< - @NTLxNXNx -N8H <r$<L8NH - N8L8N^Nx+@N -N8&<x*<NH - N8H -N8L8N^H -N8L8N^L8NH -NN8L8NZNx+@R -"- A -X"-N @0 -\"-R @0H?< - @NTLxNXNxA퀺NAC퀺N -N8&<x*<N&<x*<N^NNCNHmA"_NDfNu -"<bJ  @L ZR h > Rr " (^( F*b:NJ DNF 0L~ $j8FvΚ&Sk8()To %b0 ?3!W&m5jنHOWORDERACKSSUESFTEWS Ifourehinkingboutrderingreviousssuesf STEWS,e herebysupplyouithistfontentsfllissuesofST NEWShataveeenaunchedptilow.Forrderingonditions, pleaseeferoherticleboutheDibrary. STEWSolumessue Publishednaturday,uly6th,986 Size:4896ytesn6ages hemazingrackingonspiracy ewoftwarenhetariT Tipsricks ittleomputereopleHouse-on-a-Disk) ewmazingrackingonspiracyroducts omeintsipsorTheawn" topressidounowhat...  STEWSolumessue Publishednaturday,ugustth,986 Size:9817ytesn2ages oreewsbouthemazingrackingonspiracypreading ervice ynthampleI llboutystemariables idounowhat.... llegaloftwarehatsllowedndhatsn't? iskmanipulationnhetariFiskrives fAasic interames ackers'n'CrackersnhetariT  STEWSolumessue Publishednaturday,ugust6th,986 Size:6638ytesn6ages oundndusicrogrammingnheT ynthampleIontest llboutheIOS uestionsnswers heolutionoZork"romnfocom idounowhat.... ewsbouthemazingrackingonspiracy intsipsorGfA)asic oreboutiskmanipulationnhetariFloppyisks ubscribeoTEWS! ureworrespondenceddress  STEWSolumessue Publishednonday,eptemberth,986 Size:52458ytesn8ages Additions:woistingsnisk:ONVERTBAS2868ytes VDI_CALL.BAS3769ytes Toftwareews CG'sandomizeicturehow fAipsricks io.... owoighonverter hemazingrackingonspiracy'seader'service EMDOSunctions sefulddresses heempelmannonitor omputertory uestionsnswers idounowhat.... utureeleasesfhemazingrackingonspiracy hemazingrackingonspiracy'suilt-inThartooklet llboutheT'sIDInterface intsipsorlayingundog oftwareega-review:loyd EMDIallsart heolutionoorkI  STEWSolumessue Publishednunday,ctoberth,986 Size:14510ytesn17ages Additions:istingsnisk:LT_EXAM.BAS1378ytes PATTERNBAS7304ytes IRQ.C1419ytes GEMVDI_2.BAS5681ytes Diversenisk:FILL.LST481ytes MOUSE.LST967ytes SPRITE.LST931ytes READ_METXT1824ytes Toftwareews fAasicipsricks eportnhennualsergatheringttrechtneptember0th, 1986 llboutBIOSunctions intsipsorinterames heltimatexamaminingtility2.8 heusicorner atternditor omethingboutnterrupts heisc reouoodTwner? serrouppdate oftwareega-review:ewsygnosisames leaningourouse uestionsnswers TOS,ultitaskingSorheT heT/Oort idounowhat.... inalintsipsoTheawn"art sefulEEKsndOKEs EMDIallsartI oreboutheCC'seader'service P)review:omestronomyrograms uperueyeview STEWS Volumessue Publishednaturday,ovember5th,986 Size:17891ytesn06ages Additions:istingsnisk:EMO.C1778ytes GEM_VDIBAS3344ytes HEBREW.LST1299ytes HOUSE.BAS4888ytes  IRQ.C1390ytes NUMROLOG.LST4787ytes SCROLLED.LST8515ytes Diversenisk:DEMO.PRG2982ytes EPROM.PI32034ytes LINKAPPBAT123ytes LINKTOSBAT120ytes READ_METXT4960ytes SCHEDULE.PI32034ytes Toftwareews fAasicipsricks idounowhat.... oundigitizerervice onnectingormal/WonitoroheTithoutodulator intsipsorlayingrataccas EMDIallsartII serrouppdate tarfiend uestionsnswers artnefheC68000achineanguageourse aynmsterdam:isitinghefficiencyeursndommedia heirage wohessrogramsompared:Chessndsionhess CCiscores ichtronoftwareldutood olidtateAMdiskorheT impleraw sotericTolumn:ebrewnheT sotericTolumn:umerologicalomputations ritingourwndventures crollessageditor eview:tripoker,izzlingamefhance heCC'seader'service heACartridge inalintsipsoTheawn"artI eview:xtensor eochromeseranual urtalianistributor  STEWS Volumessue Publishednaturday,anuaryrd,987 Size:77084ocumentytesnisk urnouroystickntoEM ynthampleIIV heolutionoheawn opoll/Softwareop0 uestionsnswers idounowhat.... Toftwareews heusicorner heCC'seader'service serrouppdate Dibrary urorrespondenceddress ditorial TEWSolofon oworderack-issuesfTEWS oonomingnTEWS 8000ssemblerourseartI EMDIallsartVFinalart) fAasicipsricks intsipsoorrowedime intsipsoing'suest lightsimulatorI rt-andilmirector fAasicersion.0ndhefAasicompiler usix32 ewpyxames istfpcodesorheC68000rocessor ollywoodoker RCheilerchivetility eochrome1.0 heercenaryompendium egasliteheltimaterawingrogram hehotronussystem heECultisync airlightlancetealomputers asloppyrbeitsbuch rofessionalEM asroefAasicuch Tntern Teeksokes nemoriam TY-Xoftware  STEWSolumeompendium Publishednunday,anuary8th,987 Size:82912ocumentytesnisk omethingboutnterrupts ittleomputereople heisc llboutystemariables iskanipulationart fAasicPreview) oundndusicrogrammingnheT llboutheIOS heolutionoork iskmanipulationartI llboutBIOSunctionsart fAasicipsricksart owoighonverter EMDOSunctions heempelmannonitor llboutheIDInterface ewsygnosisames fAasicipsricksartI EMDIallsart llboutBIOSunctionsartI EMDIallsrtI heltimatexaminingtility atternditor fAasicipsricksartII tarfiend 8000achineanguageourseart Chesssionhess crollessageditor tripoker xtensor EMDIallsartII ichtronoftwareldutood! ritingourwndventures urorrespondenceddress ditorial TEWSolofon STEWS Volumessue Publishednaturday,ebruary8th,987 Size:58558ocumentytesnisk olutionoateway olutionoorrowedime olutionopaceuest olutionoheitchhiker'suideohealaxy ovel:indrobe hertiST ndexfTEWSolume Tasicisk/O nterviewitheffinter ewtariroducts EMrrorpdate uestionsnswers idounowhat.... Toftwareews CC'seader'service serrouppdate heodemonnection Dibrary urorrespondenceddress TEWSolofon oworderack-issuesfTEWS oonomingnTEWS C8000artII fAasicipsricks hreearaterograms fAectors rt-andilmirector lightsimulatorI ock_Itrypt_It acoftware imeKeeperlockartridge rafik-Anwendungen oncisetariT8000rogrammer'suide  STEWS Volumessue Publishednaturday,pril1th,987 Size:58203ocumentytesnisk  olutionolackauldron ovel:umbracle olutionoing'suest olutionoing'suestI aytheeBit olutionomazon serrouppdate /Wndolortnce uestionsnswers idounowhat.... Toftwareews CC'seader'service Dibrary urorrespondenceddress ditorial TEWSolofon oworderack-issues oonomingnTEWS C8000ourseartV heBIOSDosound'unctionxplained dvancedoundrogramming orthourseart odula-2 fAasicipsricks rimson'solumnardcorentroductionoundog peechnhetariT eview:ignum eview:uperirectory acoftware:acZapools DAPoundack ideoigitizereview:hertizer tariTloppyndarddiskookeview  STEWSolumessue Publishednaturday,une3th,987 Size:60318ocumentytesnisk olutiononfidel ovel:omorrow'sorld olutionoorcerer heAGay ustorun olutionotarrek BSistTheetherlands) heCMhow onnectingnmplifieroourT heusicorner uestionsnswers serrouppdate idounowhat.... Toftwareews CC'seader'service heDibrary urorrespondenceddress TEWSolofon oworderack-issues oonomingnTEWS C68000achineanguageourseart orthourseartI fAasicipsricks odula-2:rapnndut rimson'solumnhantasie hangingourcons ecretsfheT heT'semoryap rkanoidonstructionit owriceoftware ew-DATAoftware ookeview:asfAasicuchromrankstrowski  STEWSolumessue Publishednaturday,uly5th,987 Size:51616ompressedocumentytesniskapproximately 314000ncompressedocumentytes) olutionoishbringer olutionoindshadow olutionoahrenheit51 olutionoassimes nterviewithobubbard heESChicago) ovel:AMpace opollesults DTeepiskester uestionsnswers serrouppdate idounowhat.... Toftwareews CC'seader'service heusicorner Dibrary urorrespondenceddress ditorial TEWSolofon oworderack-issues oonomingnTEWS C8000ourseartI orthourseartII fAasicipsricks C'ipsricks rogrammingheootsector SCilesnfAasicart intsouildfhieves rimson'solumnrataccas auntlet SIceneryisks esassengersuent irball adesebula arbarian attice3.04.01 icworks.0 ebugger'salore upiterrobe oadrunner rooundesigner ladin  STEWSolumessue Publishednaturday,eptember2th,987 Size:45171ompressedocumentytesniskapproximately 312000ncompressedocumentytes) olutionouildfhieves olutionoallyhoo olutiononchanter olutionoeastalker hetoryehindarry omputerovel urphy'saws anifestoyberpunk igitalrt oftwareiracy heoorutsider Ponverter uestionsnswers opoll idounowhat.... Toftwareews CC'seader'service heusicorner Dibrary urorrespondenceddress ditorial TEWSolofon oworderack-issues oonomingnTEWS C8000ourseartII orthourseartV fAasicipsricks orkingnhepple/e mprovingfAasicrograms heESKTOP.INFile rimson'solumnoadware000 NT utouel entinel .I.oundool aian Tnfo racker C-Ditto [nac amealtizer  STEWSolumessue Publishednaturday,ctober1st,987 Size:83321ompressedocumentytesniskapproximately 354000ncompressedocumentytes) olutionoing'suestII olutionopiderman heEGATested helitterhip hetariesse heCShowLondon) nterviewithavidhittaker nterviewithhirazhivji herack1rotector amcopyandytility uestionsnswers opoll idounowhat.... toftwareews CC'seader'service Dibrary urorrespondenceddress ditorial TEWSolofon oworderack-issues oonomingnTEWS orthourseart fAasicipsricks orkingnhepple/eartI raphiclgorhythms ndocumentedystemariables dvancedasterrogramming erticalasters rimson'solumnarbarian SoundamplerI nightrc irballonstructionit -Roget errorpods ewommyoftwareroducts Dalax -15trikeagle raciaro fAasicoekooretariT  STEWS Volumessue Publishednaturday,ecember9th987 Size:53031ompressedocumentytesniskapproximately 335000ncompressedocumentytes) olutiononinvited heT'sirus heCCays eochromenimation omputerovelette heTatarianoveToryart ewoftware heransputer irusiller uestionsnswers opoll idounowhat.... Toftwareews CC'seader'service Dibrary urorrespondenceddress ditorial TEWSolofon oworderack-issues orthourseartI C8000ourseartIII fAasicipsricks orkingnhepple/eII rimson'solumnarry CPrttudio/Jinxter oebius imeworksP mpact acklash paceort rorumesigner raciaro ommyoftwareroducts ceanemoreview unep! pyspy  STEWSolumeompendium Publishednaturday,anuary3rd988 Size:52192ocumentytesnneouble-sidediskapprox. 815000ncrunchedocumentytes) heDibrary urorrespondenceddress ditorial oworderack-issues TEWSolofon TEWSistory omputerovelette TatarianoveToryart airlightomputers heT'sirus heAGay heEShowart heEShowartI hetariesse heCCays eepiskester herack1rotector heirusestructiontilityprogrampdateersion.2) amcopyandytility nterviewithobubbard nterviewithavidhittaker nterviewitheffinter akingourwnEMJoystickmulatingouse) onnectingnmplifier undog hantasie oadwar000 eisureuitarrynheandfheoungeizards rataccas arbarian olutionoheawn olutionoheuildfhieves olutionoinxter C8000ourseart-VIII orthourseart-VI heBIOSDosound'ommand heESKTOP.INFile ndocumentedystemariables hanginghecons rogrammingheootsector dvancedasterrogramming erticalasters lightsimulatorI NT racker nightrc errorpods Dalax -15trikeagle tarrek ubbleobble acklash paceort atticeompiler -Roget imeworksesktopublisher imekeeper AMealtizer  STEWSolumessue Publishednuesday,ebruary6th,988 Size:87322ompressedocumentytesniskapproximately 380000ncompressedocumentytes) Toftwareews idounowhat.. oworderack-issues ditorial Tewsolofon Dibrary CC'seader'service .I.G.emo upersprint ampage 16olorrawingrograms orderfect fAasicindows fAasicipsricks rimson'solumnheard'sale heusicorner urorrespondenceddress C68000ourseartX olutionoinxter interlympiad88 niversalilitaryimulator CO/Wizball irusestructiontility2.4 heT'sirusheagaontinues lackamp "iskrives itleesigner laygon/Theuggler ortunes nduroracer topress opoll pple/easicartV hebaq ameateoysticks olutionopaceuestI TatarianoveToryartI uestionsnswers oonomingnTEWS orthourseartII  STEWSolumessue Publishednednesday,prilth988 Size:85510ompressedocumentytesniskapproximately 356000ncompressedocumentytes) olutionoransylvania olutionoeisureuitarry heTatarianoveToryartII C8000ourseartبlastart) orthourseartIII rimson'solumnltimaII fAasicipsricks pple/easicart֨lastart) imiendrix irusestructiontilitypdate Toftwareews idounowhat.... oworderack-issues ditorial olofon Dibrary heCC'seader'service urorrespondenceddress heT'sirusheagaontinues topress opoll uestionsnswers oonoming unship erramex EXnolland iskagazines ltimaV ungeonaster Toccer utworks migaemo crollricksips ameipsricks eturnoenesis hyirlsindomputersninteresting heusicorner nAMisk Allssuesf STEWS Volumeeedoeoadednto1stord", "1stWordlus"rnyompatibleordrocessorobeviewed. AllissuesinVolumendresuppliedwithGEM-driven programhatnablesouoooktheocumentsithoutsing wordprocessor.Torintutnyfheocumentselongingto Volume2Issuendpward,youustirstsehe'MakeWP File'optionnheageiewodeoakeuretaneoaded in1stordlus"rnyompatibleordrocessor. STEWSOLOFON STNEWSisamagazinerittenorndwrittenbyAtariST computernthusiasts.Itsublishedtrregularntervalsby theDigitalnsanityorporationnloseorkingogetherwith theAmazingrackingonspiracy,andpreadhroughhePublic Domainoutsideolland.Inolland,allolumeandhigher) issueareopyrightedyTClubindhoven,hicheanshat ST NEWSmayonlybesoldhennagreementismadewiththe editorialstafff STEWS.Usually,thisagreementinvolves aboututchuilderoyaltieseroldopy. Editorialtaff:tefanosthumaEditor) RichardarsmakersCorrespondent/Software) FrankemmenMIDI/Music) Weantoelcomeewistributornunnyreecehisime: V.efalas DATALINK Omirou5 1062thens Greece Official STEWSistributorsutsideheetherlands: Gerardoreco Viaoma,5 I-80055ortici-NA ITALY Ivoanlaenderen Lostraat3 B-3100eist-op-den-Berg BELGIE/BELGIQUE Ewekansson Pilspetsv.  S-2915ristianstad SWEDEN Guidotumpe Kessenichertr. D-5300onn WESTERMANY Page*) Lesllingham P.O.ox4 Stafford ST16DR ENGLAND Norman.earce P.O.ox64 Mt.ambier Southustralia290 AUSTRALIA JeremyhiteW.A.C.E.)*)  P.O.ox777 C.P.O. Wellington NEWEALAND  Thierryoulkes*) 2ueiemontesi 75018aris FRANCE Davideile Box3038 Minneapolis,innesota5414 UNITEDTATESFMERICA Ronnyatlemark Bjrkevegen9 6150rsta NORWAY Franz.zabo Sechshauserstr.9/3/19  1150ienna AUSTRIA STlubindhoven*) Postbus424 5602KEindhoven THEETHERLANDS Thedistributorsarkedithnsterisk*)ehindtheirname sellSTEWStublicomainrices.Thethersnlyneedto receiveaiskeplyostageeplynvelopeanddonation nowndhen). Theollowingeopleontributedohisssuef STEWS: Gerardoreco Ewekansson Guidotumpe Lesllingham FranzzaboSTespr.R.ien)Ivoanlaenderen NormanearceAdelaidetarilub)ThexceptionsES,-ME-,M.Max) HarryanorenHomesoft) Eerkofmeester Mathlaessens ThomasaierTommyoftware) Markanenoer Ruudaneruisweg HubertanilSTlubindhoven)oberteessels Markanerorst C.W.aiSTlubnternat.) SueinslowTelecomoftware)TraceyenkinsMicrodeal) MilesowlandOcean) Willekeuus TakoanosenSTlubindhoven)arkaleSystem) Adrieanereden Marcelanalen JeremyhiteW.A.C.E.) Davideile Ronnyatlemark Thierryoulkes Hansanerinden PeteranackareSoftaquet) Markooftware ClaudiaandazzoWPurope) Harryuyten Gastonmit Hans-Conradtamm Robubbard Davidhittaker Kenutler Wimottroth Fransiscoanole Daveoshoven HarmazelaarWPurope) Peteraris Leonidasouros Lucasanenerg Theeditoracceptsnoesponsibilityforanydamagecaused directlyrndirectlyyhesefnyfhenformationiven inthisissueofSTEWSortheinformationcontainedin previousssuesrssuesoome.ritersemainesponsibleor theiriewpointsndossibleonflictsiththereoplecaused byheublicationfheirrticle(s)n STEWS. AlthoughSTEWSelongsoheublicDomain,theindividual articlesmayotesedntheragazines,innglishrany otherlanguage,beforetheermissionhereforeisgivenby theuthorfherticle. Ifouhink STEWSsorthyfontributionromourside, pleasefeelreeoonatenymountfoneyngiroaccount number5689205,t.n.v.StefanPosthuma,DenBosch,The Netherlands.hankounnticipation! OBLITERATORyichardarsmakers Thistorysedicatedoheemoryf.R.R.Tolkien,master ofantasyndictionndounderfheonderfulountriesof Middlearthndhetrangeeingsanderinghere.Thereator ofrobablyheestantasytoryverritten:Theordfhe Rings"... DarknesswaslreadypreadingcrossheountrywhenEriol raisedisyesponmallnn,stilltouplefminutes' walkistanceromim.eighedeeply,oreeadravelled longndiseeterechingandoasistomachsead beeneatingatherittleately.Behindhemallwindowsof thathelterorheighteawhelickeringfandlesnd strangefeelingtaintediseartselowlycamenear.He closelyxaminedheairurroundingsfhislace;heawhe highlmsndaksnheilloheest,nditnessedheun layingitselfoestehindhesemmensereesuntildawn, whenitouldisenlltsridegain.Colouredrangeand redasheunet,thexterioraveimhempressionofa faerytale.Again,heighedeeply,andentownoheront door. eeadheignangingutsideheoorpost."Cottagefost Play"epokeloud.Whereadeearnedhatefore?Hewas abouttoknockontheheavywoodendoor,garmentedwith skillfullyanufacturedetalrnaments,henheoorpenednd thefaceppearedfnldanrobablytheinn-keeper.He lookedldthoughotsldsriolimself)ndisairwas correspondinglygrey,butisyeseemedolowwithyouth. Eriolookedverhean'shoulderndawariousolkitting aroundosyire,aughingndhattingerrily. heldanaidothing,miledithisyes,ndadeayor Eriolonterheandle-litoom.Whenheldanlosedthe door,itseemedikellatigueroppedffriolhehowas amongstisindredalledheale-tellerfld).Itaslike hefelthisoenefheindestlaceseadvereen- mostightlyo.Heookedroundndarefullyotedverything intheoom.Theareemedoeadefheameaterialas thesturdilyuiltoor,probablyeryldndinheritedfrom timesndlaceseforeodernan'sistory.Theeopleresent spokeinifferentongues,yetheylleemedoeableto understandnenothererfectly.Somemallablesereresent onheasternall,nderindowhereeawhewooonsf Mandosisingsellsometarslittering. Sitown,please,"aidheldan,Imrom,eeperfhe 'Cottagefostlay'nn."isyesowotnlyeemedolow withouth,butithriendlynesslso.romfferedriolup ofeavenlycentinguice,whichheale-tellerfldidot refuseashisthroataserydryindeed.Apartfromsome dizzynessfterrinkinghisluid,Erioluddenlyoticedhat hecouldownderstandhathetherolkastalkingabout. Afteravingeenheookfurprisenriol'sfeatures,the inn-keepercalledforilencendverybodylookedathim, instantlyeepingilent."This,yearolk,"ronouncedrom, "isriol,heastale-tellerfld.inally,ateasrought himere,togetherithomeooduck!"eddedheastpart ofisentenceithitflasphemousmilehileglancing toheeiling. riolasn'toncernedithheacthatheldaneemedto knowhim,andwassoonalkingntenselywiththegathered people,whoallturnedouttobeTale-tellersthemselves, gatheredfromllirectionshearkountriesfheSwamps ofThreat,thebrightandshereheEmpressofEverything ruled,huntersfromhelainsfysticismndolkfromthe ancienttribeowivingnheorgottenslesvertheGreat Waters.heyadlleenirectediraculouslyorom'snn. Nobodynewnythingboutriol'sast,orromhepastof anyoneelsepresentorhatatterxceptorthepastof themselvesndaybehenn-keeper,romheldan. Letimhoamenheatesteheirstopeakorthhis Tales!"socriedOrom,whoadowitipeandhadmade himselfcomfortablenoweringfheloorearhehearth. Thethersuietlyatownearrom,aitingorriolotart hisale.ndtenthus: Manyearsgo,henhelanetastillairndowampsf Threatnornytherarkountriesxistedwhileayingthis, hearefullybservednefheforementionedale-tellers,ho justatndeptistening),ankindivedappyndrosperous. Therewereoarsoeoughtndoattlesobewon,and 'tisnownownhateoplehenereoolishnoughotobear inmindhatutmallnterferencenhealancesofpower wouldcauselobalarfare.However,nobodyadxpectedthat thisnterferenceouldomeromlanetsormerlynknown,even fromreaturesotarliereenyan'syes..." eglancedroundhellustriousroupfenisteningoim whileccasionallyippingheirrinks,thatowookedthim withncredulitynheireepyes.Nevereforeadheyeard oflifemongsthetarstherthantheirs.Normally,Eriol wouldnotaveeenistenedonyurther,asherewasone unspokenuleetweenheale-tellersfld:ruetoriesnly. Butsomehow,becausefeasonseeminglyotnownoanyof them,theyeptistening.Eriol'sresencendoiceeemedo fillverybody'sindsithensefruth.nlyromeemedo knowhy,semiledelf-sufficientlyhilenhalingeeply. Itaspring,andhereesereullfoughseadyohow theirnewlyreatedeavesoherightightfhesun,the birdsangongsfovendotheratureursedheewlyborn witharendarmth. heholelanetasaradiseorhearmless,thennocent, theunknowing,eventheowerless.Therewasnoexorbitant richnessoroverty,noridnyfheadirtuesfmankind prevail.Everyay,theunouldisendetndetanother dayfoynderrimentouldaveassed.Everyorningthere wouldehadyayersfoftistndoneydewverhemeadows andeather. las!Thisoyasotoeorong,sarkhapebscured thesunnnefhoseerryays,frighteningheeopleand animalsdwellingthere.Asnoarmasforethoughtbythis peacefuleople,tasoroblemorhesextraterrestrialso enslavehemll,slaughterheirattlendurnhencefair countrynesolatelainherenlyoughrassouldfurther grow.Darkcloudsatheredboveheands,cloudshatwould growmoremmenseveryay:Darkloudshatankindhadnot seenincehencientarsfld! taserelyewaysfterherutalndnprovokedctof aliengressionhatheederationouncileardft.Itwas theyhoentrak,theastfhebliterators,toightthe battlenobodyhadantedndolaimhevictorynobodyhad sought.Drakasheoleurvivorfnliteeamfwarriors thathadoughtanyattlendurvived!Drakarriedthe hopesofllheopulationithimsenteredthehostile territory,ownownsheandsfnslavement..." riolowookraughtfiseer,andentn:Draketo resistance.Hewasisgustedyheoulreaturesnowliving thereanddidn'tvenareoreyponhemnearofbeing poisoned,buthereereopparentnvadersnhearklands anymore.Norerehereeople,forhatatter.Drakeltan evilresence,however,andeeltorsehaneadverelt beforehileightingorhoeveraidheostikeeadso oftenone.helackistsroundimeemedoroweaviernd heavierasheenetratedeepntoheLandsofEnslavement. Afteranynourfalking,heoticedightusteforeim. Asheameloser,helearlyealisedhathateawwasa talltreeithreshreeneaves,bathingnightfhesun thathoneighbove.Itasikeetalhainsallingffhis heartheneawhisightfeautynheiddlefarkness. Butheadotetullynteredheirclefightwhenhe feltueerensationunninghroughiseins.Heeltgiddy foramoment,andexthingeneweasnasurrounding completelydifferentromlleadvereenbefore.Itwas morefrighteningthanheubmarinempirefheSorcererof Death,technicallymorehighstandingthatthedungeonsof Zerosteinherofessorfetrogationndteltorevilhan theverydepthsfell!ByeansotnownoDrakorto mankind,hisoleculartructureadeenovedromhearth's surfacetotheheartfhelienattleship.Itwasasif sorceryndizardryrevailedere,andrakeltncomfortable rightntoisones..." riolgainookedroundheenhatatisteningnilence, theiryesilledithondersemptiedisug.Thereas deafeningsilenceinheoom.Theireadoneutandthe coalswerenlylowingow.Theacesfheenlookedgrim withthearkedlownheiraces,someoveredithheavy beards. Thehunterromhelainsfysticism,knownsValorthe ImpetuousOneamongsthisin,washefirsttobreakthe silence."Whatdidappen?Wastheod'sillorDrakto survive?Pleasedotellore!"hileayingthis,hefilled Eriol'sugotsim. ookfadnessettledtselfnriol'sace."Theestof thetorysooadoell.faveotomeereoellales thatwillmakeyoureartseeleary.Iwouldrathertell faeriesfappynessutlas!nowone." Afteravingaidhat,Eriolaisedimselfndutownthe mug.oroment,tookedsfeasoingoevealhend ofisalefterll,buteerelyighedromeepithinis torso,urnedroundndeftheCottagefostlay'nn. heanromhewampsfarknesslearedishroatand,to Orom,aid:Whoshisan?hosriol,ale-tellerfld?" romeptilentorhile."Eriol,"edded,"isheonly descendantfheastfhebliterators.rak'son." heenellilent. nderheightfhewooonsfandos,bothquallypale, Eriolalked,sadndonely.nisayoheextnnoell hisTaleofold,thetalefhedestructionofhishome planet...earth. ***** Accompaniedyuperbiecefogereanrtworkaposter, asusual),thelatestPsygnosisrelease"Obliterator"has immediatetendenciestoighttsayighintothesoftware polls.Againuppliednheamiliarackageithmanual,the mentionedposterndwoisks,theresentationanagainbe calledxcellent.uststhoulde,oypinion. ndhatboutheametself? We'repoiltoeathyllreviousPsygnosisreleases,so it'sarderyheayompressheotfs.npitefhis stigma,GarvanCorbetthasgainucceedednequalling(and maybeevenexceeding)earlierstandards,whereasPsygnosis finallyseemtoaveiscoveredheonceptfgamemusicas well:avidhittakerasrrangedooheitlendameusic andeasonenutstandingobndeed! In"Obliterator",thelayerecomesrakheastofthe Obliterators.Thearthsnderhreatromuterpacendhe playerentersheameusthilerak'soleculartructureis beingre-assembledaboardthehugeandthreateningalien battleship.Inhisattleship,comprisingver00creensof varyingraphicsnhreeimensions,Drakustotnlyisable thebattleship'sPlasmadrivenginesandthemainweapons system,buthemustlsoecoveromputerdatapacksandthe informationontainedhereinsorryorheolkien-isherend there).Needlessodd,theattleshipsrowdedithoonies andthererminhatryoakeurehatrakoesotucceed inccomplishingisission.  Graphicsandmusicre,asalreadystated,uptohigh standards.Theanimationsuiteoodhoughotsmoothas mightbechievablenheT.Scrollingsuiteoodndthe soundeffectsreerympressive.Garvangaineemstohave comeupwithrilliantetfolourssomethingwhichis extremelymportantuthichanyraphicrtistsnderestimate. Gameontrolaneoneyitherouse,keyboardroystick thoughheattersotecommended.IsedolayBarbarian" withheouse,otartedlayingObliterator"ithheouse aswell.AlthoughIgreeheresrobablyoetterwayto controlameithimilaromplexity,tillhinkheurrent mouseontrolsoterfecttll. lltogether,"Obliterator"svenetterhanBarbarian",to whichtasreatesemblance.Theneigisadvantagefhis newPsygnosisroductshathentrosgainuiteousyin comparisonithhemigaersion:OnheT,anppearshat tellsouonsertisk.OK,theraphicsreuperb,utn themigaheantartshootingtouithtunningoundsnd animationnopfhat.Mr.Lawson,thisslsoossiblen theT!hyon'touOt? I'dikeoxtendyratitudeor.Jonathanllisndhis charmingassistantPamelatsygnosisorendingthereview sample. Psygnosistd. 1stloor,ortfiverpooluilding Pieread Liverpool3BY England Tel.51-236-7757 Gameating: Name: bliterator Company: Psygnosis Graphics: 9 Sound: 9.5 Playability: 8.5 Hookability: 8.5 Valueoroney: 8.5 Overallating: 9 Price: 24,95 Remark: When'llheyoomethingbout thoseullyntros?! HELLOGAIN,OHEEVERENDINGORLDSFDVENTUREN   Crimson'solumn   STEWSssue3.3  Walkithenyriphroughheuinsnearchf   Theizard'srown  An-characterole-playingantasyameithacticalombat  by  STRATEGIC SIMULATIONS, INC. ANDROMEDA HAKKEOEUF Inheeginning,aseliedponecausefytrengthnd endurance.Perhapsothersremarterhanm;somemaybe quicker.Butmndlwaysaveeenhetrongest,andam stillheardiest.mtilleeded. Thosefirstaysereerhapsheestead.Allasnew, andightingasonest.Noarkagic,noireballshatould attackfromfarightingnightouldeeisenemiesand opposehemyeoye.nd defeathemyeoye.everared muchorrrows,magicalrtherwise.ore,ombatsan's jobsellindsfeapons,thoughongswordndhieldI loveest. Onourirstxpeditionnheowntheayoradffereda rewardorhoseholeanedpisomain)encounteredang ofhugshasingoungirl.Wouldepposehemow,ould mockhem,anddvicehemounikeightning.Then,itas aoughob.Theeward,aagicwordfferedyheatherf theaiden,eemedriceless;ifteyondmagination. Helloalloetnotherrimson'solumnssuewherewe'll discussomeasicacticsor Theizard'srown ySSI/Andromeda. Unlikeotherrole-playingames'veiscussedthatalways ranked"introductory",theWizard'srownsanintermediate game.Thismeanshatouillotebleouststartp& play".The7-pageooklethatomesithheamesecessary readingforllhosenterestednheacticalcombatoption thatheameffers. Thispproachasoodndadide.Theadideshat atvariousointsnheameouillantoause(possible; it'snotareal-timegame)ndheckthebeststrategyby consultingyourmanual.Ofcoursehissnlytrueinthe beginning;afteraumberfombatimulationsou'lletthe hangftndohingsalf-automatically.heoodides,f course,thatyouaveoreptions:thisayhingson'tget boring. Althoughatirstightraphicseemobedeploring,you willooninduthathisseitheristurbingoressential -infacthere'soodealfetailhatdoesn'tseemto matteratirstutayrovealuableater.Andlthoughthe countrysideisa-la,theayoutfheungeonssonequite wellespeciallyheansionndhealace). InWizard'sCrownyouillcommandeightadventurersto retrievetherownromheaduyalledTarmon.Yourbasic tacticshouldbeainingufficientxperienceoimproveand equipthepartypoheointhereheyillurvivethe4 dungeons.Eachdungeonishiddenurtherwayintheruins (exceptforhehehieves'uildhichsnown)andthey areincreasinglyhardtourvive.Youeedagooddealof fighters,andatleastworiests.Mostharacterswillbe multi-classed.Iusedafighter-rangerwithgoodscanand stealth)forcoutingurposesndndighter-thief(opening locksndearch)orxploringungeons. Seeingowizard'srownsoderatelyomplexameould spendaotfpaceivinguggestionsboutpartyequipment, weapons,howotoasteointsnselessbilitiesndsuch, butheserehingsveryoneustecideorer/himself.After you'vependomeimenheityndheuins,ou'llrobably wantoakeew,ptimalartynyway. Okay,forhosenterestedntherrimson'solumnrticles IherebyuggesthatouurnoheartfTewswhereit saysomethingboutowoakeackrdersnduch;otherwise youanlwaysskroundorske);STewssublicDomain and,such,reelyvailablenanyulletinoards,ibraries andoorth. Let'seehaturexteroasoay. COLDWEAT Armedwitha+2broadswordndanxioustomakefurther progressweallnteredhehieves'uild.Wehadhadsome experiencenownyightinghugs,thievesndkeletons,nd furthermoreeadilledomeargepidersheneentoget oureward.Eachfsadmprovedisbilitiesnherossed SwordsInnandeadveneardomeinterestingrumoursin tavernsndomeintsromnldannheark.Inhort,t wasimeorheomentfruth. Weenteredheuildndalkedoomefheuysnthere (mostlylowlivesndthercum)hollirectedsoalkto theartender.Ignoringequestsoeparatesromachther, wetalkedohearmanndheckedheellars.Afterwhile someoneoundecretoorndeameaceoaceithunch ofean-lookingudes.Oururiosityustaveeenoouchor them;withininuteseereightingheholeangndetting lotsfoundsurselves. Buteidverpowerhem,andefthehieves'uildith gooddealfilver andhenowledgehereurexttepwould leadoheldhieves'uild,nheuins. SNIFFY Ascout,chancesfurvivalrelimtesthething toosakeureouetotfrainingntealthndcan. Then,ifou'reairlyertainhatomartonsterillryo trapyouhileeparatedromheestfheeamsomepeople willeverearnowoearlateailithoutakinghenoise ofaroupfanditselebratingictory),youanalkahead andheckheountrysideornpleasanturprises.Andhenhe timeomesoight,Ielyneavypearteepshemat bay. Theirstimeurtrengthaseallyestedasncombat withomeobgoblins,aoodumberfheirousinoblinsand (aargh!)hreeagicians.'mureowhatfadn'teenhem coming,thusivingureamheenefitfurprise,wenever wouldaveurvived. Thehingeidasorminglosedanks behindurenemies; everyonebutoodl'eecauseasupposedosneakand gettheagicians.Aseadhenitiative,thereasn'tany realproblem.Coldweatilledagiciannheirstround, andIanagedoutneutfattleutomegoblinswere ontome.Whilethehirdagiciananagedoobothcounter magicndissilerotectioneforeakkeilledim,Iasusy fightingffiveoblins;woithpearsndhreeithwords. Iasn'tappytllndefinitelyladhatelprrivedfter ahile. Anyway,wedidkillthoseastardsbutourgoal,the OldGuild,wouldhaveoaitoranotherday,becausethe priestspentostfheirrayersixingspgain. SWORDLOCK Theldhieves'uildasark,oreboding,esertedlace. Ontheoplooridn'tinduchexceptoromeiantrats whogotatreatmentfromthewingsofmystaffandthe aggressionofmycomrades)orwhile;theonlythingof interestseemedaooluteveridinduthatitwas about.Still,thereadoeore.Afterongndthorough searchIinallyiscoverediddenntranceoowerlevel. Weeededope,utortunatelyniffyadome. Down,weoundomeailells,andnnefheellsthe fabledmeraldeyasound.Iuttnyocket,ndtarted toroamtheestfhelace.Mostftasotoflong- forgottenustedrap,butnoomeoundcrollwhichI couldn'treadsoadoetorcererodeciphertheold script)hichavesomeints,andurthermoreoundrap (whichailedoisarm;thateverappenedgainfterwards) and,behindt,aecretoor.Weadittleporthenith somendeadarriors,utheyidn'teemoonthusiastic;ost ofhemereimplyurnedyurriests. Theroomheldnotherecretoor,andherefoundsome interestingthingsuchsagicaletflockpicks,thank youeryuch. FATHERURIOUS Althoughmanfeace,ayndillothuniolence whenthroughiolencelonerderaneestored.Asahuman beingfaith,elievedtecessaryohowhate,riests, areotboveelpinghosehotrugglegainstvil. Thepartyravelled,ate,foughtndestedithidnot sharemypinionsfate;mostfyellowadventurerswere peoplehoimplyotedpeingushedround.nd,fourse, braveenlwaysaveoodealfuriosity. Aseam,eoughtell:urardestdversariesnheime betweentheldhieves'uildndozaroth'sansionwerethe gangshatadagiciansndorcerersnheiranks.Theirst timeeanntoouplefhese,weereefeatedndobbed. Afterhat,atandardperationassed:Sniffyoneakand killtheagic-users,thetherssingariousagicitemsin orderondhevalanchefound,ireballndoisonpells. Thereaseasonhyasicallynchangingtrategyuchs oursouldork:ourpponentslwaystartedffithounter magic(whichoesn'teemonfluenceispellmagic),thena missileprotection,followedyrmorndmass)invisibility. Afterhat,theuntartedithffensivepells.Thehingo doasakeurehatncenhileouotispellagicin between-hisnsuredomeafetyshetherideouldhave totartllvergain. Buthisasagic-usertuff;mendyellowriestspend mostofurimesingrayersblessftenamenhandy)for safetyandhealing;whenhenemiesadlosedntookmy spearndethemeelheustrathfrueisciple. BROTHERULIP Ittookalongtimeeforeotothepointwheremy abilityithowqualedheffectivenessfyprayers,but whenIadinallyasteredhentrumentanyndversarywas felledeforeverhreateningyompanions. Wheneadravelledndoughtororehanixtyays,we feltreadytoenterheansion.Thestonegolemsthatwe encounteredroveduchootrong;weanndscapedithour lives. Fortunatelyfors,thensidefozaroth'souseasless threatening.Atirst,wellollowedwordlock,utoonach ofsasopelesslybstructingisxaminationsndedecided tolaytndependentlyndaitednheall,alertndeady tossistthelightestignfnimosity. Gozaroth'sMansiononsistedfhreetories,andalthough therewereelativelyewncounterseidoomeinteresting discoveries-houghotllfheseereleasant;wearinga particularrobeesultednnefurorcerersosinghis+2 brigantine. Otherthingsweremoreinteresting:awandtoimprove spellcasting,aoldingmprovinglchemy,sometherorkn chemicalexperiments,theneoundhreeifferentartsfa Golemtaffhat,oncessembled,provedoe veryffictive weapongainstheseastyreatures. Andfinally,upnhettic,weetheainedemainsof Gozaroth,andIetimreeyrayingorismmortalsoul. Thuswegainedthentryordeededorurlastandmajor challenge:healace. SULPHURUSAUSTICUS Betweenheansionndhealaceeeededotsfractise. Thefirstoodealfractiseeeceivedheneexitedthe Mansiontasightndou'veodeaowusyheuinsget whenheigightoesown.earelyadetoheemple. Wedecidedthat,beforeonsideringurselvesitforthe UltimateChallengeTarmon'salace)ehouldteasteable toreelyxploreveryartfheuins,evenarouth.Many wereheurprisesead;ttartedffitherynteresting findinaieldfonesguardedyweet-lookingbutdeadly whiterabbits)andsooneereutothetestbyveteran adventurers,imps,demons,liches,ampires,ncientampires, gargoyles,ellounds,ireiants,ragons,vilrch-magesnd aholeunchftherreeps. Differentnemiesequireifferentpproaches,ndhereome monstersereffectivelyeterredyireballs,woundsndife blasts,othersneededtheitefytormxetocuttheir shieldsnwohusakinghemulnerableohewifttrokes ofyeighbor,akkeoeuf. Butmagicistheesthing;onceyagicaxehadbeen improvedaumberfimesnheizard'shopheardhatone onthetownsquare,Ihink)tayavebeenaneffective weapon,butnothingworkssellsireballnhiveof opponents;venfometurdyndividualsayurvivesanys fiverixfhem. Thenlypponentshateeallyriedotaywayromere giantspiders(veryhardtokill),gnarledtrees(nearly impossibletokill)ndardpactemons.Theirsttwocould alwayseoundnheamelacendidn'toseealthreat. Buthoseardpactemonsreell:onceeanagedoillhem all(fourofhemthatime)utyheimewe'dfinished theyhadshatteredearlyveryeaponehad.Andwespent hundredsfoldiecesettingomeeasonablequipmentmost ofseltikehrowingnheowelightherendhen. Butyouknowhatheyay,thehowustgoon.Andwe definitelyantedopeakoarmon. ZIPZAPUBBLETROUBLE Magicseautifulhing.I'veadands,crollsndials withireballs,regenerationpells,andholeangefther goodies;we'vefounddemonswords,lightningflailsanda completermoryfife-blastingeapons.Andon'tounowt, oneofthefirstthingseoundinthePalace(afterwe discoveredthateirdaphatuidedshroughhemaze)was theinformationhatarmonimselfouldoteurtymagic. Sobackweentoatheringharp,finendveryfinenon- magicaleapons,ndtoredhemllnherossed-Swordsnn. Now'motoingoelloullhatappenedosnthe Palace;letitufficeoayhattaslarge,six-storey deathtrapandwehadardimeillingdemonsandsolving (moreorless)nnocuousutomplexuzzles.Buttwasall worthtnhend. There'sustothingsweetsreedom.  Well,okay,that'stverybodynowsowolayizard's Crownndt'siecefakeolvingt.Well,oteally,ut thenouan'txpecteoiveway allhelues;Iusttry torouseuriosity.) Aechnicalemark.soullnow,on'tenerallyomment ongamequality;it'snotytyleohandoutgradesand franklyhinkheholedeafakingollstuffsrather ridiculousecauseoatterhatoury,peoplereeoplend notwoofthepeciesaveeteenoundtohaveidentical taste.ut willommentneneralharacteristicsndossible technicalshortcomings-ecauseugsannoyanyone.Wizard's Crownhasougshatnowf,butactshathere'stoo muchdiskctivityovereallyetinto"heame.Ifdisk activityisestrictedontrancefertainareas(dungeons, land-pieces,henn)henhatouldencceptableindrance. Butinizard'srownheisksccessed everyimeouenter andeaveombat.Thiseanshatneourflayillinclude literallydozensofrritatingauzes.Nowunderstandthat solutionsnhisieldreotasy,buthenouookt,for instance,FTL'sungeonasteryou'llearorebouthisame inanpcomingssue)oueehatrunchingpenspholenew worldsfraphics.Andnungeonasterouanlayorours onendithoutiskeadingunlessouantosavegame,of course).Itismyuggestionhatnpgradeversionofthe Wizard'srownncludeetterlternativehatnd,perhaps, graphicshatooreusticeoheamefndromeda. Soaroood,opeounjoyizard'srownecausets, onhehole,ell-conceivedamendnefheeryewhat, onceou'veinishedt,youillakepowndgainustto doacouplefacticalombatimulations.Talkingofthese combats,hereissomeastdvice:trainallcharactersas fighterranger;on'tasteointsnntelligence,etigh dexterity,wear5lateailhenouethetrength;et50 scoresforveryonenheireaponategory;get50forone personnachfheollowing:haggling,eadncient,earch, stealthandcan,ameerson),npoison,hieldforheuyn thendfherontank),isarmraps,ickocks.et50or allhosehoavehebilitiesncan,combatwareness,ast spell,armanduck.agicowerhoulderound00. Haveiceaynizard'srown. Allcorrespondencethatmightconceivablybeconsidered fanmailaneendo LucasvandenBerg Marienburgsestraat7 6511LNijmegen Telephone080-238586 --heetherlands-  Alltherail:picknyoliticianouike.Ah,whatdid Willyay?  Getheelassyes; And,ikecurvyolitician,eem Toeehehingshouostot. Kingear IV-V-175 THEOLUTIONORIMSONROWN BYATHLAESSENS E-N-E-LOOKINCRYSTALALL-READSIGN-SAYWINDMILL-N-ERIK,TAKE SWORD-S-PRESSBUTTON-W-DOWN-DOWN-N-TALKTOGRYPHON-YES-FEAR- CLOUD-DREAM-GETCEPTER-S-S-W-N-E-ENTEROUSE-UP-GETANDLE-DOWN- LEAVEOUSE-W-S-E-N-LIGHTANDLE-S-W-N-E-ENTEROUSE-OPENCRATE- BURNZOMBIE-DROPCANDLE-GETOUSE-GETACK-LOOKINSACK-LEAVE HOUSE-W-S-W-SABRINA,CASTSPELL-W-ERIK,DRINKPOTION-E-E-S-S-GET FROG-W-DROPROG-CLIMBREE-GIVEOUSEOWL-D-GETOIN-E-N-N-N- N-E-ERIK,PRYGRATEITHWORD-DOWN-PUTCEPTERNACK-PUTCOIN INACK-GETENSER-SAYINDMILL-W-DOWN-DOWN-LIGHTENSER-S-W-N-W- N-N-N-UP-WAVESENSER-N-TALKOZIN-S-DOWN-DOWN-DOWN-SABRINA,GET SCROLL-SABRINA,READSCROLL-UP-UP-S-S-S-E-S-W-W-SABRINA,CAST SPELL-DROPCENSER-GETTABLET-E-E-N-W-N-GETFROG-N-N-UP-N-GIVE TABLETTOIN-(LORELEI)-S-DOWN-S-S-S-E-N-PUTCROLLNSACK-GET FLUTE-N-N-PLAYFLUTE-W-GETCOIN-TALKTOSAM-GIVECOIN-LOOK SPHERE-N-DROPLUTE-SAYORELEI-EXAMINEIT-EXAMINEWATER-SPLASH WATER-LOOKGROUND-SABRINA,WHISTLE-GETBRANCHANDBEEHIVE-PUT BEEHIVENOLE-HOLDRANCH-WAIT-WAIT-WAIT-WAIT-WAIT-SPLASHATER ONERIK-N-W-ERIK,GETWORD-N-N-GETSCEPTER-N-N-GETSPHERE-S-E- (NOWWAITNTILHEROLLPPEARSHEN:)-PULLLEVER-ERIK,ATTACK TROLL-PUSHLEVER-W-S-W-W-N-GETSCEPTER-S-E-E-E-GETRING-WEAR RING-N-E-E-W-THROWSPHERETENTAUR-GETOWNDARROW-E-E-WAVE SCEPTER-DROPCEPTER-W-S-W-N-DIPRROWNATER-S-E-E-N-LOADOW- SHOOTSENTINEL-DROPBOW-S-S-W-S-W-S-E-DIGINSAND-GETSHELL- EXAMINEHELL-LISTENOHELL-W-N-E-N-E-E-N-CALLFURY-N-ERIK,GET CROWN-ERIK,WEARCROWN-GETERIK-S-S-S-W-S-W-S-E-WAIT-WAIT-WAIT- WAIT-WAIT-WAIT-WAIT-WAIT-WAIT-WAIT-WAIT-THEND!!!!!!!!!!!!!!!! MATHLAESSENS WAGENAARSTRAAT8164MELEEN 04490-52532 Ifyouavenyroblemsithndventure,don'thesitateto calle. JUSTOTEROMHEX-EDITORFTEWSyichardarsmakers Probablyheostepressiverticleouveread.on'tohis toyourselfhenouaveustisitedourgirl/boyfriendand partingwashastenedyheraineavingtoosoon,whenan acquaintanceofyoursied,orhenourordprocessorjust unrecoverablydemolishedieceforkouadeenypingon sinceyououghtourT,threeearsgo.Don'teadtwhen yourmother-in-lawsear,either.Youillrobablyendup feelingatherisfortunedndavingertainendenciesomake lifehorterhanheanpstairseanttorouoe.oot considerthisarningutilererettemptoakeureyou readit.Iaveevereenoeriousnyife.Ifoujust happentoallntoategorynlylightlyesemblinganyof theboveeantases:on'tot! igned:lightlyoncerneduthor  newustouldn'tearoettefanotllightaway, sohere'samalloteromeyourex-editor).Isithere behindyomputerystemndt'suitearknytticoom. smalllightbulbakesarehatanuiteomfortablyobserve mysmallonitorcreennhichlackhapesppearnquite miraculousay,correspondingoeressingertaineysnhe ST.Atimes,lanceoyeftherehotographicortrayal ofWillekeisstrategicallyituatedheneverIfeellike losingmynspirationerelyaveoirectlanceinthat directionandeelyeinslowingithfreshencouragement and,withhatseftfyegularenses,faintlyoticemy handsolestingheeysitaster. thisoment,heewngwiealmsteenlbumspillingorth greatstreamsfuitarolosperformedtazzlingandmind- cookingspeeds,onemightendodd)hroughmyvandalised speakers,placedattrategicositionsntheaforementioned roomasoakeurehatheibeseachhennerartsfmy earcavitiesinserfectalancendarmonyaswouldbe humanelyonceivable. Itiseryifficultoescribeheeelingsthatcurrently infestthemselvespone.Todayasheayhatofficially copiedlly STEWSourceaterialotefan,androtesome additionalcommentsandinstructionsinasimplemagnetic sequencestorednircle-shapedagneticedium-sometimes referredosaocument'.hinkownowhatt'sikeo havehildornpartromne'somb,roaveoavene's daughtergoodbyeonerirstoneymoon:WhenIfinallyand utterlyofficiallyaveerpleaseotehat,inystateof increasingentiment,Iometimesavehisrgeoall STEWS 'her'.Thisisnorammaticalistakehatsoever)omydear friendtefan,iteltikelesheingornhehreads.After someifficulty,theastellulartructuresererokennd ST NEWSasutfyands. Itightounditepressingasatterfact,'abit' mighteeplacedyomewhatessfnnderstatement),butt isn'teantikehat.And,nact,here'soatiocinationo feellikehis,becauseverybodyillenefitromhistake- overyomeonerobablyoreapablehanoursruly.Today, haveeenomefheirstewodinghattefanasdonefor hisfirstDigitalnsanity STEWS,andearthatitputs everythinglsenhehade:EvenF.A.S.T.E.R.",fighte soxorbitantsootehat.fterll,tefanin'towo-bit programmer:He'surwnasterrogrammer!But,beforeive theooruyeasonoalkithiseadnhoseluffythings fromhichometimesainallsndightninglashes,illet backohatasusyentioningouplefinesarlier:he prerogativesftefaneingheewrogrammerndhiefeditor of STEWS. irstly,andhissoonderhenneeallynowse(being ratherimpulsive)earedhataseginningotartlosing motivationforwriting STEWS.Especiallytheprevioustwo issueswerewritteninthreerourdaysonly-daysof disgruntledndlightlyibernatingolitude,spentypingeep intotheightivingnarkrownoftrinkssparkling)and havingonlymyfaithfulTndheicturefWillekeasan exceptionohisereneolitude.Occasionally,omeoursbut nottoouch,asou'llather)erepentatchingacertain wonderfulevicealledelevisionspeciallyoviesinvolving adultatternd/ororror. Thesecondeasonouldeackfime.Noatterhowmuch inspirationouldourntoyhrobbingndravingingersand theartfyrainhatsuallyontrolshesergans,utime wassureounuthenouldventuallyaveotudymore. Ofcourse,STEWS could eublishedncenhreeormaybe evenfouronths,buthoughtithismalbouthesefuture perspectivesfywniskagazine. Once,ahoughtlippedntoyindorinyractionfa nanosecond:PerhapsIhouldTOP STEWSompletely?Butthe timethatthisthoughtastrayingntomygreycellswas reverselyroportionalorgeotoet STEWSooheogs. Wouldn'tithaveeenityoivepllhatooksomuch timetouildpheistributors,theeviewstatuses,the everincreasingreader'scircle?Notvenorsuchasmall instantfomenttnteredyindhatheTsersighte inneedfomethingike STEWS:Imeyondartoomodest evenoogiateuchhought.tasnlyaterhateceived feedbackromllverheloberomhichtppearedhatany peopleindeedseemedohinko.Anyayasbeginningto expectaloadfuneralards.Luckyforme,thesedidn't appear. Nowaverittenhisrticle,itsomewhatasierorme 'toleto':Toet STEWSeunytefan.Iopeouhave enjoyedwhatiduringheastouplefears,andhope evenorehatou'llikehattefanoes,now.hinkill nowretiretotheplacehereoneusuallymeetsthemost beautifulomen,travelsheostmmenseourneys,fightsthe fiercestndostvil-drivenragonsndhereneeetspeople neverhoughtoe. Aomputerreaksike.....whatheeck.Mynspirationjust went.ye!  SOLUTIONOOLICEUEST byathndeterlaessens ENTERBRIEFINGROOM-READPAPER-DROPPAPER-NOWWAITUNTILTHE LESSONSSTARTING-W-GETKEY-GETRADIO-ENTERLOCKERROOM-OPEN LOCKER-GETUN-GETOADER-LOADUN-GETRIEFCASE-OPENBRIEFCASE- GETEN-GETOTEBOOK-GETICKETBOOK-CLOSERIEFCASE-CLOSEOCKER- W-W-W-CHECKCARUNTILOUANITTHEROADS-OPENDOOR-F4-GET NIGHTSTICK-CLOSEOOR-F4-N-N-W-W-S-E-MAP2-CALL-F4-OPENOOR-F4- LOOKMAN-LOOKMAN-CALL-TALKMAN-TALKMAN-CALL-CALL-WAITFOR DOOLEY-F4-CLOSEDOOR-F4-N-W-S-S-E-N-N-E-MAP3-F4-OPENDOOR-F4- CLOSEOOR-ENTERAROL'SASTLE-SIT-TALKOTEVE-WAITORAROL- DRINKCOFFEE-WAITFORPHONE-STAND-DIALPHONE-LEAVECAROL'S CASTLE-GOTOHEAR-OPENOOR-F4-CLOSEOOR-F4-W-W-S-E-MAPB2- WAITORHEARHATSOESHROUGHHEEDIGHT-F10-CALL-FOLLOW THEREDARNTILTSTOPS-F4-OPENDOOR-F4-CALL-LOOKGIRL-ASK LICENSE-WRITETICKET-WRITEICKET-GIVEICENSE-SIGNTICKET-GIVE TICKET-F4-CLOSEDOOR-F4-N-E-E-S-W-N-MAP3-WAITORACALL-F4- OPENDOOR-F4-CLOSEDOOR-ENTERCAROL'SCASTLE-ASKCAROL-LEAVE CARPL'SASTLE-ENTERINOILLY'S-MOVEIKE-USENIGHTSTICK-LEAVE WINOILLY'S-GOAR-OPENOOR-F4-CLOSEOOR-F4-S-S-W-MAPC2-WAIT FORTHEURPLEAR-F10-CALL-FOLLOWHEURPLEAR-F4-OPENDOOR- F4-CALL-ASKLICENSE-GO-GIVEEST-CUFFAN-NO-GO-OPENDOOR-CLOSE DOOR-F4-CLOSEDOOR-GOOHEAIL-MAPD3-F4-OPENDOOR-F4-CLOSE DOOR-OPENOOR-CLOSEOOR-OPENOCKER-DROPUN-CLOSEOCKER-PRESS BUTTON-ENTERJAIL-BOOKMAN-DRUNKDRIVING-REMOVECUFF-GOTO JAILER-E-OPENLOCKER-GETUN-CLOSEOCKER-GOCAR-OPENDOOR-F4- CLOSEOOR-F4-N-F4-OPENOOR-DROPIGHTSTICK-F4-CLOSEDOOR-ENTER POLICESTATION-WRITEMEMO-PUTMEMONBASKET-E-OPENDOOR-ENTER ROOM-OPENDOOR-LEAVEOOM-DROPADIO-DROPKEY-YES-ENTERLOCKER ROOM-OPENLOCKER-GETTOWEL-CLOSELOCKER-TURNSHOWERON-TURN SHOWERFF-OPENOCKER-GETUIT-GETEY-CLOSEOCKER-LEAVEOLICE OFFICE-OPENDOORROMOURPORTSCORVETTE-F4-GETWALLET-CLOSE DOOR-F4-E-N-MAPB4-F4-OPENOOR-F4-CLOSEOOR-ENTERBLUEROOM- WINE-PAY-DRINKWINE-PLAYUSIC-SITYACKNDWAIT-STAND-LEAVE ROOM-OPENDOORFROMAR-F4-CLOSEDOOR-F4-S-W-F4-OPENDOOR-F4- CLOSEOOR-GOOHEOLICEFFICE-ENTEROCKEROOM-OPENOCKER- GETTOWEL-CLOSELOCKER-TURNSHOWERON-TURNSHOWEROFF-OPEN LOCKER-GETSUIT-GETUN-GETOADER-LOADUN-GETBRIEFCASE-CLOSE LOCKER-W-ENTERBRIEFINGOOM-LOOKOLE-W-GETADIO-GETEYFROM THEWALL-LEAVEOLICEFFICE-CHECKAR-OPENOOR-F4-CLOSEDOOR- GETNIGHTSTICK-F4-N-W-N-W-S-F10-CALL-FOLLOWHEIGHTLUECAR- F4-CALL-OPENDOOR-WAITFORYOURPARTNER-F4-F8-GO-FREEZE-RAISE HANDS-LAYOWN-F8-CUFFAN-SEARCHAN-STANDP-GO-OPENOOR-CLOSE DOOR-F4-CLOSEOOR-F4-GOOHEAIL-F4-OPENOOR-F4-CLOSEDOOR- OPENDOOR-CLOSEDOOR-OPENLOCKER-DROPGUN-CLOSELOCKER-PRESS BUTTON-ENTERAIL-GUN-REMOVEUFF-LEAVEAIL-OPENOCKER-GETUN- CLOSELOCKER-GOTOTHEAR-OPENDOOR-F4-CLOSEDOOR-F4-GOTO POLICEOFFICE-F4-OPENOOR-DROPNIGHTSTICK-F4-CLOSEDOOR-ENTER OFFICE-E-OPENDOORNHEEFT-ENTEROOM-READEMO-LEAVEROOM- ENTEROCKEROOM-OPENOCKER-GETOWEL-CLOSEOCKER-TURNSHOWER ON-TURNSHOWERFF-OPENOCKER-GETUIT-GETUN-GETLOADER-LOAD GUN-CLOSEOCKER-LEAVEOOM-DROPEY-W-GOOORGAN'SFFICE-OPEN THEOOR-ENTERFFICE-LEAVEFFICE-ENTERARCOTICSOFFICE-FOLLOW LAURA-OPENCABINET-GETOFFMAN-CLOSECABINET-GETCLIPBOARD-GET CLIPBOARD-GETPOSTER-DROPCLIPBOARD-GETKEY-LEAVEROOM-LEAVE POLICEOFFICE-CHECKAR-OPENDOOR-F4-CLOSEDOOR-F4-S-F4-COURT- OPENDOOR-F4-CLOSEDOOR-ENTERCOURT-OPENDOOR-EMERGENCY-OPEN DOOR-N-HOFFMAN-GIVEILE-YESS-GIVEOSTER-TATTOOFLOWER-S-OPEN DOOR-F4-CLOSEDOOR-F4-F4-JAIL-OPENDOOR-F4-CLOSEDOOR-OPEN LOCKER-DROPGUN-CLOSELOCKER-PRESSBUTTON-ENTERJAIL-GIVE WARRANT-E-OPENLOCKER-GETUN-CLOSEOCKER-GOAR-OPENDOOR-F4- CLOSEDOOR-F4-N-POLICEPARKING-F4-F4-W-W-N-CITYPARK-F4-OPEN DOOR-F4-TALKAURA-ENTERARK-HIDEEHINDHEUSHES-CALL-F8-WAIT UNTILHERE'SEAL-CALL-FREEZE-F8-CUFFAN-SEARCHAN-GO-SEARCH MAN-SEARCHAN-OPENOOR-OPENOOR-CLOSEOOR-F4-CLOSEOOR-F4-GO TOHEAIL-F4-OPENOOR-F4-CLOSEOOR-OPENOOR-CLOSEDOOR-OPEN LOCKER-DROPGUN-CLOSELOCKER-PRESSBUTTON-ENTERJAIL-DRUG DEALING-REMOVEUFF-LEAVEAIL-OPENOCKER-GETUN-CLOSELOCKER- GOAR-OPENOOR-F4-CLOSEOOR-F4-N-POLICEPARKING-F4-F4-E-N-F4- OPENOOR-F4-CLOSEOOR-ENTERLUEOOM-SIT-TALKACK-LEAVEBLUE ROOM-GOAR-OPENOOR-F4-CLOSEOOR-F4-W-S-F4-OPENDOOR-F4-CLOSE DOOR-ENTERPOLICEOFFICE-OPENMORGAN'SDOOR-ENTERROOM-LEAVE ROOM-E-ASKBOOK-CLOSEBOOK-W-ENTERNARCOTICOFFICE-LOOKIN BASKET-READNOTE-LEAVEROOM-ENTERARCOTICOFFICEAGAIN-LEAVE ROOM-OPENMORGAN'SDOOR-ENTERROOM-LEAVEMORGAN'SROOM-LEAVE POLICEOFFICE-CHECKCAR-OPENDOOR-F4-CLOSEDOOR-F4-S-F4OPEN DOOR-F4-CLOSEDOOR-OPENLOCKER-DROPGUN-CLOSELOCKER-PRESS BUTTON-ENTERJAIL-SWEETCHEEKS-HELPHEHOTELOPERATION-LEAVE JAIL-OPENN`OCKER-GETUN-CLOSEOCKER-GOAR-OPENOOR-F4-CLOSE DOOR-F4-E-F4-OPENOOR-F4-CLOSEOOR-INDENTIFYODY-LOOKBODY-GO CAR-OPENDOOR-F4-CLOSEDOOR-CALL-F4-N-W-F4-OPENDOOR-F4-CLOSE DOOR-ENTEROLICEFFICE-OPENORGAN'SOOR-ENTERORGAN'SROOM- LEAVEROOM-E-ENTERLOCKERROOM-OPENLOCKER-GETTOWEL-CLOSE LOCKER-TURNHOWERN-BLEACHAIR-RINSEAIR-TURNHOWERFF-OPEN LOCKER-GETSUIT-CLOSEOCKER-W-DROPADIO-W-OPENORGAN'SROOM- ENTEROOM-LEAVEOOM-LEAVEOLICEFFICE-CHECKAR-OPENOOR-F4- CLOSEDOOR-F4-N-N-W-F4-OPENDOOR-F4-CLOSEDOOR-ENTERHOTEL-GO BAR-BEER-PAY-AFTERAHILE:STAND-GOAR-SHOWMONEY-E-GOLOBBY- RING-GIVEMEOOM-PAYOOM-ENTERELEVATOR-PRESSTWO-E-UNLOCK DOORROOM04-YES-YES-DIALHONE-555-6674-SONNY-DIALPHONE-555- 9222-HOTEL-LEAVEOOM-LOCKOOR-W-ENTERLEVATOR-PRESSNE-W-SHOW MONEY(TOWOODY)-FOLLOWOODY-ENTEROOM-SIT-WAITORFRANK-PLAY POKERNTILOUAVE000,-S-E-E-ENTERLEVATOR-PRESSWO-LEAVE ELEVATOR-E-UNLOCKOOR,ROOM04-WAITORHEHREEEN-ASKVOICE TRANSMITTOR-LEAVEROOM-LOCKOOR-ENTERELEVATOR-PRESSONE-W-GO BAR-FRANKENTE-FOLLOWARTENDEROODY-SIT-PLAYOKERNTILOU HAVE500,-ES-YES-STAND-E-FOLLOWRANKOOOM04-BEFOREOU ENTEROOM04:CALL-ENTEROOM04-WAITNDOU'LLEEOUOLVED THISDVENTURE. Ifouaveroblemithnydventure,don'tesitateowrite tomeortocallme.Greetings,andhavefunplaying adventures!!! M.J.laessens Wagenaarstraat8 6164MGeleenL) Theetherlands Tel.:4490-52532 SOONOMINGNTEWS (P)reviews:rossland?) Synthample Deflektor Journeyntoheair?) Superbaserofessional K-Rhyme New-dataoftware Outrun Features:nterviewithenaglish,usicrogrammer Interviewithavidawson,raphicrtistPsygnosis) Whyealrogrammerson'tseascalart Metabolicalascism Theheoryfarkuckers Anntroductionoheccamransputeranguage Courses/Tipsricks:rimson'solumnltimaV Crimson'solumnungeonaster Madaxboutoundrogramming  GfAasicipsricks Backingpourardisk Regulars:Toftwareews Stopress Theusicorner Didounowhat... Popoll Questionsnswers VDUpdate THEDIBRARY byichardarsmakers/TakoanosenSTCE) Youmightlreadyaveoticedlsewheren STEWShathave decidedtoastffheDibraryoTClubEindhoven.They haveheiggestDibraryfheeneluxandaybeheiggest Libraryfheholefurope),beingver00disksinize, andnhisrticleouaneadoworderDdisks.And,f course,ouaneadHICHDisksreold. IfourderDromTlubindhoven,youimplyuyhedisk withtheprogramontetupratherdifferentfromthe previoussetup.AsTClubEindhovenisnophilantropical institution,theywanttoetaidoropyingaswell.The prices,owever,retilleryow. Justooktheextageorrderingonditionsndrices. PDSoftwareaneoughtirectlythesergroupeetingsof STClubEindhoven,orcanepurchasedbytransferingthe requiredmountfoneyoiroumber454376,.n.v.tichting Userupport,.O.ox424,602Kindhoven,Theetherlands, whereyou'llhaveoentionheiskumbersnd/oritlesof theisk(s). Thericesallnutchuilders): SingleidedDiskDoubleidedDisk Supportersf tichtingser upportrT 10.00 12.50 lubindhoven Non-members 12.50 15.00 Peopleutsideolland,butnsideheEC,houlddd10.00o onerder.PeopleutsideheEChoulddd15.00.Allrices arenlyalidhenourderroreisks,ndallprices includeostage,ackagingnddministrativeosts.  Anhancementsfxistingersions Borrogrammersmainlyodula-2) Cicturehows Digitalusic EP/Misks Fiscellaneous FAS:heDisksromF.A.S.T.E.R."iskagazine Musicrograms MAC:DoftwareorheAladin"acIntoshnhancer N STEWS series Programspeciallyorrogrammers Slideshowsndraphicalemonstrations STC:heDistfheermanagazineSTomputer" Testversionndemosfifferentrograms Xhepecialiskshataveoefinedlaceset DOS:DoftwareorhePCitto"S-DOSmulator [C]oloronitor [B/W]=onochromeonitor [D]oubleidediskriveequired [H]xplanationddedniskthoughhisighten theonourableutchialect) [1M]=eedsneegabyteAMemory *ENERAL Diskr.1 MOSES,XMOTERM,VT-100,KERMIT,HACK,SETTIME,RUTUS,OPY, COPYDISK,FILECOPY,KETCHUP,SCOPY,Diskmonitor,ccessoryo loadewonts.  Diskr.2B/W][H] Krabathessrogram,CONEDITOR,UNCHERSndoreames. Diskr.3H] DutchOSlsoorksfouaveOSnOM.uilt-inastoad routines.urtherOODLE,REERAM,ULTCOPY,AM360,IFE,IRUS, IRRATATO,TOOL Diskr.4C] Beta-versionfLIGHTSIMULATORI Diskr.5B/W][H] ExtremelyfunnyPUZZLELEGPUZZEL)fullofsurprises,SPACE INVADERS Diskr.6B/W][C] There'susicnourT!ithIANO,ouanakeveryeyake anothersound.DELUXEPIANOC]hangesoukeyboardintoa synthesizer.urtherALKMAN,AMPLE_3,ndore. Diskr.7C][H] NEOCHROME0.6drawingrogramithspecialcapabilities.512 colors,zoom-windowcontinuouslyisplayed.Animationposible througholorycling.everalencilsndrushes.lsonisk: ManyrawingndTARDEMOdemofStaraiders"). Diskr.8H] WithRIEDIM,youanookroundn-dimensionalorld.oad inicturendpecifylace,direction,heightndoom,nd DRIEDIMrawshatholeurroundingnhepecifiedpositions. Includingodula-2ource. Diskr.9H] Utilityrogramsorourrinter.ccessoryonstallmportant characteristicsfourrinterorPSON,ATARI,NAKAJIMAand (new)STAR.Makeourwnlabels.Also:21accessoriesand explanationSTORD. Diskr.0 SpecialOSiskorTARrintershateatureroblemsithhe screen-dump.Includingnccessoryonstallheprinter,14 otherewccesories,ndnutofolderonstallatendime. Diskr.1-1B/W] SYNTHAMPLE.Theicestiecefusic,combinedithgreat artwork.EGAROIDSryohootheeteors.ORNOW  Diskr.1-2C]YNTHAMPLE. Diskr.1-3C]YNTHAMPLE. Diskr.1-4B/W]YNTHAMPLE. Diskr.2 AstonishingDemos.Drawourwnhapendettotate,or growsmallerrigger.GOBANGeryniceboardgame.BIORITME (underEM)nduchore. Diskr.4 Aiskilledithiceames:BLACKJACK,POOL,AHTZEE,LIZA, HYPNOSE,FORTUNECOOKIE,STBATTLE,CQUIZ,IGITolayigital music,layIANOnheT,INOS-Dazeaccessory). Diskr.5B/W][C] Manyewraphicemosndames..g.INICAD,elloneersion ofNAKE,4THDIM,HEXACOLOR,NEOFUN,OPCORN,UPERBOX,uper- fastIFE,WOGAME,OTATION,ndeveralRACTALrograms.  Diskr.6 Manyutilities:RAMDISKhaturvivesreset,INTRAMDISK(new version;aRAMdiskthatcanberemovedagain),TEMPLEMON (professionalmonitor/debugger),DISKDIAGNOSE,copyprograms, sectorditor,emoryditors,ormatrograms. Diskr.7 Printertilities:5ifferentRINTERDRIVERSorSTORDoe abletoprintthingsdecently.DENSITYforsuper-high-res screendumps.OBZKEY,efineourwneyboard.ACC),RINTDIR. Diskr.8H] Wordprocessor,diskutilityndommandlineditoras.ACC, convertersthattransferSCIIoIRSTORDandviceversa, SPRITEEDITOR,BROWSEtoooktfiles,STEDT,ACCLOADand others. Diskr.9 RealTI-59calculator,KKASTEN(databaseunderGEM),MASH, EZSQUEEZfilecruncher,PICSWITCH/PIXLATEtranferyourown picturesfromresoes,POWEDITditor,SLIDESEToakeour ownlideshows. Diskr.0H] SIMPLERAW:Simplerawingrogram.ConverterorEO-orEGAS lowesoighes. Diskr.1 STSPEECHetourTpeak.MASTERMIND,Beursspel(Dutch), Panicspacehoot'empame,REVERSI.ACC),Starattle[C] niceshoot'empithicesprites'andFUJIBOINK:Beautiful demo. Diskr.2 UNIX-shelllsccessorie,Triter:ekstverwerker,LASHatch programmavanNTIC)HORTERM:ommunicatieet200f00aud K-RAMeset,I,rinterdriversSTordlus,a.oorL-10, SMM804itizen20Danasonic092 Diskr.3H] ARC:THEileompressiontilitycompatibleithS-DOSARC), makesfileshorteronveragef0%.Diskeditor,format programs.IBBLE:opyrogram. Diskr.4H] UNITERM,heestommunicationrogram,SPLITCOModemprogram forplitaudrate200/75,RBITalculatesatteliteracks.  Diskr.5H] FACEANIMATOR,GfABasicrogramohangefaceandreach comicaleffects,DALEKSgamefromtheMacIntosh(noweven faster),DIABLOC],PEAKadditionoSTpeech"nisk21; textsreoweadndpoken),EVERSI. Diskr.6 MF(Movingigures,aniquerogramithhichouanakea cartooninB/W,ELDICADprogramoakeelectronicprints), MOBZPLOT3Dipslayformulas),IGMOUTHmanyokes). Diskr.7H] DiskEditor,printerutilitiesforheEC5,P6andP7.New versionfNITERM. Diskr.8H] MIDISoftware:CZ-VOICEndZATCH.SIMPLEOURfourina row),INDOWALLdifficultREAKOUTame). Diskr.9B/W] ThertiST,magnificentrawingrogramoronochromeonitors. Madeyaster-programmertefanosthuma. Diskr.0C][1M][H] TAURISTiceame! Diskr.1C] Dasrosseeutcheallerspeilersion.ermananualnisk. Diskr.2B/W] SeeTC9. Diskr.3B/W] Games:atience,thello,emory,appy,rashdesk. Diskr.4B/W] Miscellaneous:AppleIIemulatorB/W],Atari800emulator, Andromedadrawingrogram,B/W]),unkplot,ombined.ACC Diskr.5B/W][H] AdressGermanatabaseorddresses),Inhoud,ika,ntramdisk newestersion. Diskr.6B/W][H] SeeTC0 Diskr.7H] Utilities:.g.obzcopy,iskspy,rotect.acc,scramble, Flaxcopy,arrel,Side Diskr.8B/W][C][H] SeeAS4. Diskr.9B/W][C][H] MOLEKUEL,LITE.BBS,TIALI Diskr.0B/W[H] DEGASRINT,NHANCE,RAFCON,ERKLEIN,PERATOR Diskr.1B/W][C][H] MDR255rackIDIecorder),IDIPLAYER Diskr.2B/W][H] BALLERBURG,OTELIER,OULETTE,TAGGER Diskr.3B/W] CRAZYEVSNS,WITCH,EESLAG Diskr.4 UNITERM.8a,FD-V10 Diskr.5 Issue-9fheBSagazineNUTWORKS" Diskr.6 Issue0-20fheBSagazineNUTWORKS" Diskr.7 DUTCHESKTOP,EGAPATCHforfAasic),EUNHAAS,ILLERVirus killer) *ORROGRAMMERS Diskr.°1 RSICOMMAND,aeryxtensiveommandlinenterpreter,EMACSnd UEMACStwoersionsfheicromacsditor),manyamplesf Crograms,ftenithlearomments). Diskr.°2/032iskettes) FORTH.Extensiveersionfhiseryastrogramminganguage. Suppliedithlearermanxplanation. Diskr.°4H] XLISPersion.17.High-levelrogramminganguagehatssed forrtificialntelligenceorxample.ithxtensiveEnglish) instructions. Diskr.°5D][H] FORTH.Extensive,fastrogramminganguageithxplanationn German. Diskr.°6H] TOYROLOG,ithermanxplanationndanyxamples. Diskr.°7 ASM68K8000ssembler,Commandlinerogrammer'selp,any- sourcesmongsthichEMrogramsndccessories. Diskr.°8H] PROFESSIONALEM.14ssuesfhisourse.hexecutionfEM isexplainedor-programmers.IncludingEMquickreference guide. Diskr.°9 ST-BASICources,FA-BASICourcesnT-LOGOources Diskr.±0H] Reset-resistantRAMDISK,programthatloadsfilesinit automaticallyontartupfodula-2:Assemblerlistings(GST format),conversiontoodula-2odelines,bitmanipulation modules,commandlineinterpreter,USER/SUPERVISORandXBIOS module.ncludingxplanation. Diskr.±1H] DIRPRINT,rintistfirectory,ICELISTeneratedeadexts, pageumber,etc.forextiles,printerpoolers.ACC),in Modula-2,ithxplanationndource. Diskr.±2D]±2-1n±2-2noubleidedisk Diskr.±2-1 Modula2odulesDynamicalarrays,list,AESShell,stack, screen,ommand0.35,lock. Diskr.±2-2H] Modulaodules:BIOS,oncurrentrocessing,torage,ebug.  Diskr.±3D]±3-1n±3-2noubleidedisk Diskr.±3-1H] ORBIT:Completelyrittennodula-2,withexplanationand source. Diskr.±3-2 Reset-resistantAMDISK,autocopy,LIFEithource,Modula2 modules:ITStreams,uffman,yTerminal,ileSelecktor,indows. Diskr.±4 Modulaources:HUTDOWN,TACK,TORAGERAPHANDLER,INDOWS Diskr.±5 Modulaources:AESnterface,BACKP,BITHANDLERS,FUNCTION KEY,NSTALLIME,NTERVALS,ISTANDLER,ARALLEL,PEAK Diskr.±6 Modulaources:IGDISK,ULLSPUL,ENUTEST Diskr.±7 Modulaources:EMDEM,EMDOS,ETSSIM,ETERING Diskr.±8 XEMACSditorithources. Diskr.±9 MicrognuemacsndEMAIL Diskr.²0 CourcesfhertificialntelligenceanguageLISP Diskr.²1 Programmer'stilities:ASSEMBLER,MAKE,ATHLIB,ASCALHELL, PCOMMAND,LI,REF Diskr.²2 Compiler. Diskr.²3 C-sourcesfheINUperatingystembasednNIX) Diskr.²4 Modulaources:MULTI,NET,NETMIDI,UTOTART Diskr.²5 Modulaources:CONTEXTModuladitor),FILETRANSFER,NewRC Shell,ROCEDEX,LOCANNER,woAMccessories  Diskr.²6D] CLIPSGeneralurposeXPERTystem) Diskr.²7D] C-sourcesfLIPSithXPERTystemfisk26. Diskr.²8 Over00ifferentfAasicources. Diskr.²9B/W] OMIKRONrograms:ALAXY,AZIACS,UADRAT,PRENGM Diskr.³9B/W] OMIKRONrograms:EMDEMO,ELECT,POOLERDndINDOWS *ICTUREHOWS  Diskr.ð1D][C][1M] 3DShow.LoadthepicturesinRamdisk.RIPCORD(letthe paratropperand),ELESTstrategicalame). Diskr.ð2C] ACTIVISIONEMO Diskr.ð3C] EFFETSEMO Diskr.ð4C] DIGI-SHOW.igitizedictureonvertedntoeochromerawings. Diskr.ð5D][C][1M] BOUNCINGALL.allouncesnirror.antasticnimation. Diskr.ð6D][C] DEGAS-PICTURES. Diskr.ð7D][C] NEOCHROME-PICTURES.  Diskr.ð8D][C] EFFETS:ewictures,INDPICupo0indowsimultaneiously onhecreen),OINK,OUNCE.  Diskr.ð9C] RANDOMIZEPICTUREHOW. Diskr.ñ0B/W] HI-RESICTURES.0EGAS-drawings. Diskr.ñ1D][B/W][1M] SOMBRERO.Theell-knownhree-dimensionalatorm,butnhe STustittleitifferent.....lso:TPATRgraphicemo). Diskr.ñ2D][C][1M] WAVEROLOR-SHOW Diskr.ñ3C] NEOSLIDESHOWincludingndaptedersionfheellknown bird). Diskr.ñ4YNTHSAMPLE3. Diskr.ñ5C] Shinyubbles. Diskr.ñ6D][B/W][1M] CALIFORNIAEACHIRLS Diskr.ñ7B/W] STADemo. Diskr.ñ8C] BluearIIemo. Diskr.ñ9D][1M][D] Aladinemo. Diskr.ò01M][B/W] FARMSONGNE. Diskr.ò1C] GREMLINS,EXEMOI,ISSEMO Diskr.ò2D][C] MRTemomadeithRTcanner) Diskr.ò3B/W]C] AXISemo. Diskr.ò4D][C][1M] CyberscapeCyberstudio/CADD.0emo). Diskr.ò5D][C] AmigaicturesnheT. Diskr.ò6D][B/W] CAMPUSemo Diskr.ò7D][C] Fourotatingallemo Diskr.ò8D][C] Landscapeemo Diskr.ò9C]Diskr.Ͱ1) STEPLAYemoithomeiceoundX Diskr.ó0C] AIRBALLndANGLEWOODemos  Diskr.ó1C] Twoesklampsnimationemo Diskr.ó2C] SPACECEemo Diskr.ó3C] SPECTRUMOLOREMO512olors) Diskr.ó4C]Diskr.ӱ4) TEXUPEREOEMOHOWNeochromeiashowithusicndborder scrolling) Diskr.ó5C] LEATHERNECKndRIGHTIGHTemo Diskr.ó6B/W][C] ASTERIXicturehow Diskr.ó7D][C] SWEDISHROTICAhardorno)  *IGITALECORDINGSFIGHUALITY  Diskr.İ1D][1M] OXYGEN. Diskr.İ2D][1M] FOREIGNFFAIR.  Diskr.İ3D][1M] NIGHTHIFT.oueedAMPLE_3orhisne. Diskr.İ4D][1M] WHENHEOING.oueedAMPLE_3orhisne. Diskr.İ5D][1M] THEIXX. Remark:AMPLE_3aneoundnisk6. *P/MISKS  Diskr.Ű1H] CP/MMULATOR.Theatestersion.uppliedithxplanationnd severaltilities. Diskr.Ű2H] CP/MTILITIES.ontainstilitiesikeIP,DTZ,ALK,tc. *IVERSE Diskr.ư1D]ewelease!1.26) ARKEYDEMO.TheCADpackagethatisusedbyarchitects. CompletelyfunctionalnlyheAVEunctionasbeenturned off. Diskr.ư2/03F1nwoisks)  Diskr.ư7C] TECHMATECHESS(Working)emofewndverystrongchess program.oesn'tlaytulltrengthet. Diskr.ư8 Seeβ.1  Diskr.ư9 Pojecta/facturaemo. Diskr.Ʊ0 Seeر9 Diskr.Ʊ1 Seeر91 Diskr.Ʊ2D] Discarded Diskr.Ʊ3D] Discarded Diskr.Ʊ4 Seeβ.2 Diskr.Ʊ5C][1M] Amigamulatorgag). Diskr.Ʊ7B/W] TARGETemo. Diskr.Ʊ8 Seeβ.3 Diskr.Ʊ9 Discarded Diskr.Ʋ0 Seeβ.4 Diskr.Ʋ1 Seeβ.5 *.A.S.T.E.R.UBLICOMAINISKS Diskr.ASames1C] BLACKJACK,CELSTIALCEASAR,CHECKERS,ELIZA,LIFE,MYLIFE, MAZEMAKER,MAZE,MEGAROIDS,RIPCORD,SCRORE42,STBATTLE, TARGET,WOGAMES,OG Diskr.ASames2C][H] TWOGAME,FOOTBALL,PONG,POOL,MAGNON,ISSILEASE,AHTZEE, NAVIGAT,GRE,ANIC Diskr.ASames3C] Appendixisk. Diskr.ASames4C][B/W][H]Alsosiskr.4) COLOSSALAVE,YLIFE,IGHT,OOLMNO,UIZ,REAKOUT Diskr.ASames5C][H] LASERCHESS,ARN,IRUS Diskr.ASames6B/W] ARC-edames:UCKY,OBANG,NVADERS,RABAT,AZIACS,UNCHERS, SQUIXXARCsecessaryiskr.3) Diskr.ASames7C][H] SLOTMACH,HESS,RAGON,ISSILE,TGG,WIXT Diskr.ASames8B/W][C] DALEKS,ELIZA,MADLIBS,ISSILED,GRE,ENTE,OBOTS,ARZONE, STONEAGE,T-AGG.  Diskr.ASames9B/W] FUFFY,POOL,SPACEWARARC-ed,oou'lleedRCnIskr. 23) Diskr.ASames0C] MONOPOLY Diskr.ASames1B/W][C][H] ADVCOM,DVINT Diskr.ASames2C][H] HACK Diskr.ASames3C] AZARIAN,NAFUN,PACEWAR,INDOWBALL Diskr.ASames4C][B/W] LARN,DVENTUR Diskr.ASames5C][H] FLW,AGELBIO,QUARES,UPERSIM,RIVIA,OBOTS,HEEL,OFED  Diskr.ASames6C] CLEWSO14,EPSHA,ESOTS,OKER,INDOW,AHTZEE,ILEINTER Diskr.ASames7C] Busted. Diskr.ASames8C] CHESS,OTTO,CPST Diskr.ASanguages1 BASICndOGO Diskr.ASanguages2 XLISPndUPERLOGO Diskr.ASanguages3 FORTHndERNEL Diskr.ASanguages4 FORTHndLISP Diskr.ASanguages5 EMACSndORTH Diskr.AStilities1 31RC-edtilities Diskr.AStilities2 35RC-edtilities Diskr.AStilities3D] Diskr.AStilities4D] Diskr.AStilities5D] Diskr.AStilities6D] Diskr.AStilities7D] Diskr.AStilities8D] Diskr.AStilities9D]  Diskr.AStilities0D] Diskr.AStilities1D] Diskr.AStilities2D] Diskr.AStilities3D] Diskr.AStilities4D] Diskr.ASascal1 Diskr.ASascal2 Diskr.ASascal3 Diskr.ASodulaI1 Diskr.ASodulaI2 Diskr.ASodulaI3  Diskr.ASelecommunications1 Diskr.ASelecommunications2 Diskr.ASelecommunications3 Diskr.ASrinterrivers1 Diskr.ASrinterrivers2 Diskr.ASrinterrivers3 Diskr.AStilityemo1D] Diskr.AStilityemo2D] Diskr.AStilityemo3D] Diskr.AStilityemo4D] Diskr.AStilityemo5D]  Diskr.AStilityemo6D] Diskr.AStilityemo7D] Diskr.AStilityemo8D] Diskr.ASameemo1D] Diskr.ASameemo2D] Diskr.ASameemo3D] *TNFODERIES Diskr.ΰ1C][B/W] "STnfo"diskagazine)ssuesndf987 *USICERIES Diskr.Ͱ1C] STeplayusicromHAndeanichelARRE  Diskr.Ͱ2B/W]ikeͰ1 Diskr.Ͱ3 DIGIRUMemo Diskr.Ͱ4D][1M] MATT'SOOD. Diskr.Ͱ5D][1M] THEIXX Diskr.Ͱ6D][1M] THEORMULA Diskr.Ͱ7YNTHAMPLE. Diskr.Ͱ9EXEMOC] *TEWSERIES Theollowingiskumbersrevailable: 1.1.2.3.4.5.6 1.9theompendiumithheestrticlesfhestear) 2.1.2.3.4.5.6.7.8 2.9D](theompendiumithheestrticlesfhendear) 3.1.2 *PECIALLYORROGRAMMERS Diskr.а1H] FORTHrogramminganguage,withxtensiveutchsermanualand examples. Diskr.а2 GFAASICrograms. Diskr.а3 GfarogramsromheigfAook. Diskr.а4H] GEMDOSanual.orrogrammers:llboutunctionsemory. Diskr.а5H] TheHITCHHIKERSguidetotheXBIOS,infoaboutallXBIOS functions.  Diskr.а6H] Cources;anyrogramsithxplanation. Diskr.а7H] GfAasic2.0ourcesncludingfAasic.0un-only *ICTUREHOWS Diskr.Ӱ1D][B/W] GOLDENIRLS Diskr.Ӱ2D][B/W][1M] CALIFORNIAEACHIRLS Diskr.Ӱ3B/W][1M] FARMSONGONE.Digitizednimationorbove8. Diskr.Ӱ4C][1M] FARMSONGONE.olorersion.  Diskr.Ӱ5C] Bruceeeemo. Diskr.Ӱ6C] MUPPETOVIE.igitizedAMictures. Diskr.Ӱ7C] SUPERIRL.igitizedAMictures. Diskr.Ӱ8C] THELANETFHEPES.igitizedAMictures. Diskr.Ӱ9C] TRON.igitizedAMictures. Diskr.ӱ0B/W][1M] FARMSONGWO.-ratedAMnimation.bove8! Diskr.ӱ1C][D][1M] FARMSONGWO.olorersion. Diskr.ӱ2C] TEXEMOndEXEMOI Diskr.ӱ3C] TEXEMOIIndAUEINOTTLSTomputer"USICEMO Diskr.ӱ4C] TEXUPEREOCHROMEIAHOWwithORDERCROLLING!!) Diskr.ӱ5C] Spectrum12olorhow Diskr.ӱ6C] TRUELUEEMOfromadonna) Diskr.ӱ7C] 42-CREWemoithiceusix Diskr.ӱ8C] DeniseeamemoISCOIRL Diskr.ӱ9C][B/W][D] DeniseTeamemoOTATINGIRLSseperatemonochrome-andcolor versions) Diskr.Ӳ0C][D] Picsoundemo:Someicsndigitizedusix,COLORSHOCK(Demo withanyoloursndiceusic) Diskr.Ӳ1C][D] Privateornohow.-Rated. Diskr.Ӳ2C][1M] JUGGLERdemoromhemiga.Spriteonctructionetemofrom Microdeal. Diskr.Ӳ3C][1M] TheLOBE Diskr.Ӳ4D][C] RubberneckAD-3Demo Diskr.Ӳ5D][C] BackflipkeletonAD-3Demo  Diskr.Ӳ6D][C] Osterixndbelixemo Diskr.Ӳ7D][C] STARWARSemo Diskr.Ӳ8D][C] FRIGHTIGHTndEATHERNECKemo Diskr.Ӳ9D][C] KingfhicagoemoASEDeniseeamemo) Diskr.ӳ0D][C] LOVESPYEMO Diskr.ӳ1D][B/W] GFAOVIEEMO Diskr.ӳ2C] RAIDERSFHEOSTRKndHOSTBUSTERSlideshows Diskr.ӳ3C] GARFIELDLIDESHOWMadeyheCC!) Diskr.ӳ4D][C] SAMANTHAOXLIDESHOWMadeyheCC!) Diskr.ӳ5C] AMIGAICS Diskr.ӳ6C][D] AMIGAICSSpectrumlideshow) Diskr.ӳ7D][C] AMIGAICSICGicturehowithastersndusic) Diskr.ӳ8D][C] AMIGAICS Diskr.ӳ9C] BLUEBERRYlideshow Diskr.Ӵ0C] TheB.I.G.Demo".mashing!!ftoesn'torkorrectly,ust copytotselfithCopyrheEMopyptionnhedrive ithouldorkn. *TOMPUTERD Diskr.TC1 PATIENCE,AGC,DAZE,cenariosorSI Diskr.TC2 PASCALATHLIB Diskr.TC3and4) ENCRYPT,TERM Diskr.TC5and6) ANDROMEDA,LOBUS,LI,B-ETIKETT Diskr.TC7and8) Germanpellinghecker,ONVERT,PEEDWRITERlattersnxtra -otresentnegularTCisks) Diskr.TC9B/W]Alsoisk2) JACKPOT,UCKYTAR,ANOI Diskr.TC0Alsoisk6) DELUXEONTMASTER,CONEDITOR,RINTMAKE Diskr.TC1 Painter,IKAndalender Diskr.TC2 FRAM7ndesswert Diskr.TC3 Systemndnephelp Diskr.TC4 Ticacoe,lonzo,alah,orsendolitarGames) Diskr.TC5 Complex,aster,egasusndonT Diskr.TC6 Termin,FZ-stat,ager,Thone Diskr.TC7 Copy7,hrzeit,st-stepnd2nitUtilityisk) Diskr.TC8 WORD.4. Diskr.TC9,50nd1 VOLKSFORTH Diskr.TC2 Molekuul Diskr.TC3 MatrixndIB Diskr.TC4 BOUNCE,omino,rioniscGames) Diskr.TC5 TOSEDITndDIMAX  Diskr.TC6 Ausland,uggerndahtzee Diskr.TC7 Keppler,ernendesswert Diskr.TC8 SM-converter,ompress,abel,ti-masterndrlaub Diskr.TC9 Themadat Diskr.TC0 Adress,xpert,ynthindaschi Diskr.TC1 Bidipo,atobert,irect,acomino,elperndeberwei Diskr.TC2 Mididrumndidiplay Diskr.TC3 Bomber,UFFY,niffel,eversi,ensonnakegames) Diskr.TC4 Eplan Diskr.TC5 Columbiandaintlux Diskr.TC6 Maziacsnuadrat Diskr.TC7 Diskchecker,DegasEliteFontmaker,Printset,Testbild[C], SpriteditB/W] Diskr.TC8 Drawingrograms:tudioB/W],anoghC] Diskr.TC9 Astrolabiumstarapsithatan000tars,caneexpanded yourself)  Diskr.TC0 Orbit,ighnd Diskr.TC1B/W] Gameisk:allerburg,tagger,otelier Diskr.TC2 Zrefcrosseferenceor),lotterB/W],iceist Diskr.TC3 VideorchivB/W],ohnteuer,eimanagerB/W] Diskr.TC4 Ramdisk:axidiskithopyrograms,ime,atabook Diskr.TC5 FontiskoreluxeontmasterdiskTC0). Diskr.TC6 PERIODE,TATISTIK Diskr.TC7 FCOPY.0,SPEEDER,FILECOPY,FORMATER,FASTFORMAT,ASKCOPY, PROFILRAMDISK Diskr.TC8 AESLIB,IGHND Diskr.TC9 LABELXPERT,RAFIKETT,TIKETTDAT,TIKETTE.GFA Diskr.TC0 U-BOOT,ERGER Diskr.TC1 PUBLICAINTER Diskr.TC2 MASTERPAINTER,ITTLEAINTER Diskr.TC3 STAROFIX,TARLIST Diskr.TC4 DRUCKEDIT,RAFTIN Diskr.TC5 SKAT,ELTA,RUSEL Diskr.TC6 CARPET,D-PLOT,UNKTIONSPLOT Diskr.TC7 STERNBILD Diskr.TC8 NEC-EMU,LQ800,NEC-CODE,SIMPLE,STX-80,WORDPLUS(printer drivers),STROPORTIANALRIVER Diskr.TC9 FUEHRERSCHEIN,UNDESLIGA Diskr.TC0 TOPS,SINGNUMSHELL,TEMPELMON1.8,MAXIDISK4MB,RAMDISK, RSC.WANDEL  Diskr.TC1 PAUK,YPERVOC,T-DIC,UIZ Diskr.TC2 SUPERBATCH,T-KLICK,REF,ERM,LFAFORMAT Diskr.TC3 ADR_2,AT_TEXT Diskr.TC4 MACPAN,OLITAER,ALAXYPRENGMEISTER Diskr.TC5 DIAMONDINER,NAKE,INENFELD,ISSLE Diskr.TC6 ANDURLIN,ILGALAD,NVADORS,INIGOLF Diskr.TC7 TRASH,ABYRINTH Diskr.TC8 VAXAMES:NAKE,IX,IBBLER,ACMAN,OORS,OBOT Diskr.TC9 CNCimulation Diskr.TC00 STPEECH,ORTRANHELL,IFESIFE,ASTLIFE,EMFRAC,HARP Diskr.TC01 LOAKOON,R,LOTTER.7,LOTTIT Diskr.TC02 FILESELECT,RINTF,SC_ICN Diskr.TC03 ONE_TO_ADI,AT_TO_ADI,ONV_ALT_NEU Diskr.TC04 ST_CALC,OHNSTEUER,NLAGE,EPOT,KTIE Diskr.TC05 REGELPRO,CHALTPLAN,OTAX.0  Diskr.TC06 MUSIK,OUNDCOMPUTER Diskr.TC07 NAPOLEON Diskr.TC08 SIGIC,SDITOR4,ANAGER,RINT_OUT,OSTER Diskr.TC09 Wordplus-utilities:INHALT,INDEX_PLUS,T_KONVERT,YPEWRITER, MORSE Diskr.TC10 RCOPY,ASHELP,NIDRUCK,ONT Diskr.TC11 BASICREF,SK_EDIT,ETTEN.ECO Diskr.TC12 WORLD  Diskr.TC13 ZEITMANAGER Diskr.TC14 METROPOL,ALLAS Diskr.TC15 SHERLOCK,LOZOITY,CRIBBLE,REUZWORT Diskr.TC16 UEMACS.8Germanersion) Diskr.TC17 UNITERM.0a Diskr.TC18 M_COPY,OADER,IEW,UPERSHELL,ATTICEtilities Diskr.TC19 TAPEABEL,ABEL,TABEL,ASTEDDRESS Diskr.TC20 WISSENIES? Diskr.TC21 GO_UP,AZE_EDIT,1ANAGER,ELIMPERIUM Diskr.TC22 PD_BOLO Diskr.TC23 HYPERFORMAT,SELECT,ISKMON,C_ASS Diskr.TC24 CHEMLIB Diskr.TC25 CAD Diskr.TC26 CUBEACK,RPREAD Diskr.TC27 PLANET,URING,UST Diskr.TC28 HORRORSCHLOSS,NVERSI,NVATION,ARGE *ESTROGRAMS,EMOERSIONS. Diskr.԰1oneegeeded)B/W] SIGNUMemo Diskr.԰2B/W] STADemo/slideshow Diskr.԰6C] Digitizeremo Diskr.԰7D] ALADINemo. Diskr.԰8C] PARADOXTemo. Diskr.԰9 SMOOTHALKERnglishemofducativeoftware. Diskr.Ա0C] HabaCADemo. Diskr.Ա1B/W] BeameamIDIrogramemo. Diskr.Ա2 SUPERBASEatabaseemo. Diskr.Ա3 DIZZYIZARDemoithigitaloundndeautifulraphics.For monochromesellsoloronitors. Diskr.Ա4B/W] TWPSemo. Diskr.Ա5B/W][C][H] Axisemo. Diskr.Ա6B/W][D][1M] Axisnimation. Diskr.Ա7B/W] FORMULAemoersion. Diskr.Ա8B/W] ST-BOEKHOUDENemo. *TACENERAL MAC01 Splineemo,Munch,Fractal,Datalow,in.graphics,Daze, LAZLife,Wator,StringART,Webster'sevenge,Macuff,pace Bubbles. MAC02 Connectour,liza,ube,ays,olitaire,lashard. MAC03 Macheads,Go,Enigma,Brickles,Wide,Bomber,Diatom, MacBillboard,ree,expuzzle. MAC04 MacMugemo,otation. MAC05 Theadventuresfnake,Madenus,AdventureSystem,Bumper Ships,atch,ynamo. MAC06 Blackox,Wheel,Arch,Grecque,USA,Monde,Moire,aleks, Fortune,leo,lobanageremo,uperQuickFile. MAC07 Arsagna,igSim. MAC08 Binaryrees,Camera,Curve,Drill,Smile,MacConcentration, Cristianrogram. MAC09 Organ,enn,ulia,acKalah,ouisIV. MAC10 Filmsorideoworks. *TACORROGRAMMERS MAC01 EMacs,nfo+,NU,ontisplay.0,ongley,eversecreen. MAC02 N'Cryptor,Diskibrarian,conmaker,ister,mallconditor, readMacwrite,DeskAccessorySampler,TabUtil,PSTester, Regressionnalyser. MAC03 Ramstartramdisk),eX,alendar,ndex,isplay,ightyinder, Rotateaint. MAC04 DocDoctor,astddie,Edit. MAC05 Redyder,ed'stuff. MAC06 Saocstat,hrinktoFit,clock,onvert.acc MAC07 Wormstat,DES,Joypaint,Packit,MCSEdit,Throwpaint,scii, MacTerminal,/Crivacyemo,ilemakeremo. MAC08 AClock,inHex,RAM,conCollector,Edit,ainterselper. MAC09 Banner,VCO,PGerm,DiskLister,FreeTerm,acTerminal,ont Manageremo,ontester. MAC10 ScreenEdit,electaint,tkinson'soodies,acsm/link. MAC11 M2ystemithocuments. MAC12 .SYM,.LODndLNKor2ystem. MAC13 Xlispincl.doc,IEdit,MakePaint,CursorDesigner,Icon Switcher,ortA-/Font-/Menu,ontoubler. MAC14 Munge,pellolder,acWait,nstallontsie,rettyrint. *TACONTS Eachdiskontainsanyifferentontscharactersets),that canenstallednheystemisk. MAC01 MAC02 MAC03 MAC04 MAC05 *TACCCESSORIES Eachiskontainsanyifferenteskccessories,thatanbe installednheystemisk. MAC01 MAC02 *TSOSISKS DOS1 Letterhead DOS2 PCTOCKStocknalysisrogramersion.0) DOS3 HOMEBASEPart) DOS4 FLODRAWPart) DOS5 FLODRAWPart) DOS6 HOMEAREVersion.0) DOS7 SYMBOLESIGNS DOS8 FINANCIALARTNERVersion.8) DOS9 PORTOLIOSTOCKBROKERSROGRAM2.22) DOS0 PCDBMSDATAASEANAGEMENTYSTEM2.0) DOS1 FILE(DISKHELP,VERSION2.10),DOSAMATIC(DISKINFOSYSTEM VERSION.03) DOS2 DFEDITDIRECTORYILEDITOR) DOS3 TOOLSURBOASCALUTORIALRC DOS4 RELATIONALATAASEANAGEMENTYSTEM DOS5 QUBECALC DOS6 TEXTILEDITINGYSTEM DOS7 MAILINGLISTPROGRAM,BASICPROGRAMS,(UN-)SQUEEZE,SDIR, MULTIPLEUNCTIONTILITY,QUIP,IRECT,NSTALL DOS8 ARC450,EU210,UU205,INSTALL,MODEM DOS9 DESKANAGER DOS0 SOURCEILESROGRAMSRC51OTTATUFF DOS1 PC-KAT DOS2 RAMDISK,UTIL,OCK,WPRT DOS3 PCWRITE DOS4 PC-FILEROGRAMS DOS5 TURBOASCALESSONS DOS6 SUPERILEANAGER DOS7 ZIP DOS8 HDMENU ThislistofPDoftwareseantforreferenceonly.More extensiveexplanationsofindividualprogramscanbefound elsewhere.AotfdditionsreadeoheDibrarynearly everyay,sohisistillostikelyurnutoeutdated whenoueadhis.llesponsibilityoesoTlubindhoven. THEI'SEADER'SERVICE Hereyoucanreadallaboutwhatyoucandowithour correspondenceddressSTEWS,NegendeDonk,5233PJDen Bosch,Theetherlands),likeendingnrticlesorsen ST NEWS,emarks,ritics,tc. Subscribingo STEWS SinceJanuaryst988,subscribingo STEWSanotedone anymorehroughheorrespondenceddress.Itooktoomuch timeandthiserviceadoeatsffotosacrificeany qualityurrentlyeingisplayedy STEWS.Now,ouillave toorderithroughnyfurfficialdistributorsoryour localPDibrary.Note:SomeistributorsELL STEWSatPD prices),whereasthersimplyeedeturnostage.leaseefer toherticlenoworderackssuesorurtheretails. Remarks,critics,comments,etc.to STEWSnd/ornyfur otherroducts. Eachimeeinishnssuef STEWSrnotherroduct(like Slideshowsorynthamples),eantoeurehattnswers toasmanyeedsasossible.herefore,eeedonowyour needsandopinionsaboutSTEWSsellasallourother products.lso,'dlikeoearboutugshatighttillbe leftsomewherenhe STEWSrogramohatanrytoget ridfhesesell. IfouverhinkheCCoesomethingrongoromethingyou juston'tonsiderppropriate),pleaseriteossoonas possibleohateanorkhingsut,lookorolutionor findompromise.leaseeureoddeplyostagestampsr InternationalReplyCoupons)fouantersonalanswerto youremarksrritics. Sendingnrticlesorsen STEWS You'llunderstandthatitsmpossibleoretowriteall articlesn STEWSyyself;that'shereeeedou,oend insomerticlesorsen STEWS.Manyeoplehavealready sentinrticles,mostlyboutubjectshaton'tnowmuch aboutlikeachineanguage,astrologyrograms,numerological computations,writingourwndventuresnheTndrticles abouteveralardwarerojects).Theonditionsorendingin articlesreeryimple:Youustritenrticlesingither "1stord"r1stordlus",andouendtosn.5" diskthatisformattedusingthestandardAtariformat (preferablyveningleided).leaseon'torgetoddtamps ornternationaleplyouponstheatterfouiveutsidef Holland)fouanthetuffoeeturnedoou.Now,what arehethingsoueedoookutor? -Thenewageviewodellowsouoorgetboutagesizes. Justormatheocumentshoughsasneugeage. -YouustavesedustifyndordrapnPode -Youustavesed5haracterserine -Youustotsenyconditionalrhatever)agebreaks(or footnotes) -Youustritenorrectnglish -Youmustn'tuseuper-subscriptunfortunately,heewage viewodeoesn'tuiteupporthis!) -Ifoufferrograms/listingsnisk,ouusteferohem inourrticle -Youustn'tseictures!Thisnlyonfineshesedocuments toertainesolution,hichsn'turarget -Wheneveryoumention STEWS,writetdowninboldand capitals.ndoyphen! -Watchournglish!Pluralsreithoutomma,soSamples insteadfample's.ndsual,seful,tc.reithnel'! Sinceeaveoncomefnyindexceptorewonations), weren'tbleoayurritersnymountfoneyhatsoever. Therefore,writingor STEWSsoneutfknowledge-sharing reasonsinsteadfritingrticlesustorheoney.Onone side,thiseepsherticlesfruendighuality,butn thetherideeeeleaveittleofferourriters.e stillopeou'llindtsefuloriterticlesors,nde areookingorwardoearingromou. Dealernquiries *ommercialoftware Sinceeeeleeserveurtrengthainlyecausefhemany softwarereviewsferyurrentoftware,wehink STEWSis THEagazineoaveourrogramseviewedn.eoplefarious softwareousesavelreadyentstuffoeviewndheyll areeryatisfied.hatbout-Data,irebird,ainbird,cean, Psygnosis,Goldenames,Microdeal,Tommyoftware,lectronic Arts,Homesoftandmanyothers,whereaswe'recurrently negotiatingith.S.old,remlin,irrorsoftndomeore. Goodco-operationhashusaresultednualityreviewsof diversesoftware.Justendnomeewrogramshatouhink weouldenterestedneviewing,ande'lloheest.If youantsoendhetuffack,leasetatehislearlynd addstampsrnternationaleplyoupons.ereureouon't regretendingnyeviewamplesos. *ublicomainoftware Ifyouhinkouaveritteneryicerogram,andifyou haveecidednpreadingthroughheublicomain,eaye ableoelpoupreadt.ustayhatereuiteoughn ourdecisionswhetherarogramssrsotallowedtobe includednurDibrary.Inspitefheacthatwehave castoffurctualDibrary,wetilleliverDoTClub Eindhoven,whosurrentlyanagingurDervice.Justsend yourprograms,togetherwithenoughreplypostage(or Internationaleplyoupons)oendhemack. Since STEWSs,abovell,aagazine,eanlsoublishn articleaboutourrogram,toromotetitrtoexplain whatsoesrhattano. Questionsnswers Sincewegetoreeadersyheay,STEWSffersagreat serviceoetidfllourroblemsndoetnswersoll youruestionsnheQuestionsnswers"olumn,elsewhereo beoundnhisssuef STEWS.Youanskerehateverou needonow,ndon-commercialdvertisementsrelsollowed. Weillryonswerouruestionsurselves,andferen't abletoohateillhakeeavenndarthohavesomeone elsedotorsweavehereforestablishedgoodcontacts withseveraleoplehonowot,likeomeeopletAtari, peopletfAystemtechnikndllurrogrammers).Justsend yourquestion,writtenclearlynieceofpaper,toour correspondenceddress.You'llebleoindhenswer(s)in anupcomingissuef STEWS,soouon'teedtosendany postageorheayacknheseases'causeeon'teedto sendnythingack). Anycorrespondencewithheditorialtafff STEWScanbe donenutch,ermanrnglish.erefraideon'tnowne wordf.g.Frenchexceptornon"ndjetaime")oewill probablynotebleoelpou.Bestsoritenglishall theime,exceptfouivenollandnhichaseoumight betterseutch. VERSIONPDATE bytefanosthuma Whenasritingheditorialorhisssuef STEWS,ot inspired.Inspiredoriterograms.Especiallyrogramsthat wouldmproveheooksf STEWS.IotnspiredNote)and startedprogramming.Myeffordsaveeadedothefollowing results: Theewageviewode Thepageviewodef STEWSthissheoutinethatenables youtoviewocumentnhecreenndagehroughit)has gonethroughasteadyevolutionthroughoutthehistoryof STEWS.Itallstartedwith1ST-WORDwhichisagreat wordprocessor,buthecrollingpeedsotoreat.Thiss becauseheuthorsfST-WORDsedtandardEMoisplaythe document,ndEMasotrokennypeed-limitsately. WhenheST-WORDonceptasbandoned,heageviewoutineid notmprovenpeed.Thissecauseheewageviewodewas programmedinGfAASIC.GfAASICsastBASIC,butthe pageviewodeustasn'tastnoughorovideuickagingnd easy-reading. WhenIfeltpot,Iroteewageviewodeinmachine code.Ittooksomeimendotfacking,butfinallyI succeededndheageviewoutineasuch,uchaster. Butittillasn'tsaststoulde.IsedheTEXTBLT routinewhichsartfheine-Aoutines.Thisscompex routinehichanealithifferentonts,stylesndscreen- resolutions.Thissreat,buttlowsheoutineown.his iswhenecidedoriteywnEXTBLToutine.Itdirectly readsutheontnemoryndoeshingssastsossible. Thisresultedineryastoutine.Almostsfastasthe TEMPUSditor.Butyoutineadoealithifferentstyles likeboldndtalics,andtadoecompressheextwhile displayingtnhecreen. But Arogramneverinished,andhisshyroteetnother pageviewoutine! Sincethisissueisortfpecialthefirstissuebyme insteadfichard...readheditorialndheoteromhex- editor),Iantedoddomething,akenmprovementorove thatntendoaketeriously.ell,yodestyllowseo sayhatheewageviewoutinesnmprovement.tsaster (entireextsecompressedeforenteringageviewode,font isconvertednpecial,quick-to-accessormatndtylingis improved)ndooksetter.ouanperatetntirelyyouse. Itorksustikeindow,ithcrollarndcrollrrows. (Inact,oureookingttightow). Youantillperatetyeyboard.Allheeyshatperated theldageviewoutineretillctive. Thecreateordplusile'ptionaseenhangedittle.You usedtoetpecialcreenithwoptions,'writepfile' and'formatdisk'.Thesewoptionsreowccessiblebya singleeystroke:'p'oriteordplusilendf'oormat aisk. FinallyIddedetnotherption:Dumpocumenttoprinter. Thisseryuderint-routinehicholtlyumpsheocument toherinternhetandardortithoutotheringithhings likeextstylestheyreimplyngored).Itlsooesn'torry aboutroperagelenghtsndustends0D/$0Aequencesan end-of-linemarker.Ifyourrinterdoesn'tprintcorrectly (mine,anrdinaryBM-compatibleoes,sossumet'sk)r ifouanteatageayoutsndhingsikeoldndnderline, forgetitndaveheocumentsP-filendseWordPlusto printtutorrectly. Iopeouikeheewageviewode,itookeuitewhile torogramt! Theresore! Richardgotomeomplaintsromeoplehoaidhathecolor palettewasalittleark.EspeciallyonthoseAtari-color monitorswhereouannotdjustherightnessfourscreen. Thisishyddedmodifyolours'ption.Whenouselect thisptionromheain-menurressX'nageviewode,ou willgetittleoxithomeiguresndrrowsinit.The figuresepresentheed-green-bluealuesnheoregroundnd backgroundolors.Therrowsllowouodjusthesevalues. WhenouelectOK'rresseturn,theoloursillefixed andtheoxillisappear.WhenouelectCANCEL'orpress escape,theoriginalolorsilleestoredndheboxwill disappear,andUNDO'rressinghendo-keyillestorethe originalolorsithoutuittingheoutine.Thissandyhen thetwocolorsarequalndouannoteeanythingonthe screennymore.  Ialsoptmizedomehingsikeheocument-selectionndthe screen-restoreroutines,buthatasoffectnheayyou experience STEWS. Well,hisboutompleteshehangeso STEWS.hinkave reachedheimithereageviewodesoncerned.Ifouhave anyothersuggestionshowtomproveSTNEWS(the'modify colours'ptionsomethinghatesultedromeader-feedback), dootesitateorite! Seeouomewherelsenhisssue, Stefanosthuma Note1: Whenetnspired,myeadsullfode,verympatiento getut.Thisesultsncribblingowntreamsfhoughtson littleiecesfaperhichreeatlyuckedwayfterwardsn alittleompartmentfyriefcase.(yesolks,Imneof theseguyshatarriesriefcaseround.Myarentsaveme oneofheseoryirthday,anddmitteatsstuffinga walkman,severalapesontainingreatoise,someandwiches, spareatteriesoryalkmanoreventLoolromrapping inlo-mo,tapesontainingomputerrograms;hey'rebouthe sizefideo-cassetteape,'strippenkaarten';yousehese topayforyouridenhebus,money;tobuyevenmore sandwichesndoftdrinks,chewing-gumnllortsfastes, bookromomharpe,aTagazinendyittlelackookin thepocketsfyrench-coat.Iendedoookikeanover- activehoplifter,ndomealespeoplentoressedoisit whileravellingetweenyfficendhefficefhelient hadtovisitloselybservedheulksundermycoat,just waitingorhelarmooffhenteppedhroughheanti- shopliftateshichveryelf-respectinghopkeeperasnstal- ledtobeableoractiseisyearsofkarate-trainingon innocentlientshoustappenoarryomethinghatactiva- teshelarm.)Andhenetome,Iatnurry,Impty thelittlecompartmentfyriefcasenditbehindmyST. Afteromeentalreparation,Itartappingeysndragging themousearoundtsittleouse-mat.Wonderfulthingswill happenonhecreenndhesehingsavereatffectsnthe mentalell-beingfoursruly.Sometimeshingsogreat,I becomehappyandpumpupheolumefmystereotogreat annoyancefertaineopleholsoivenheouseiven. Butometimeshingsootooreat.Littleombsppearon thescreenortheSTtopsxecutingheprogramIhadso painstakinglywrittenndefusesoperatentilpressthe littleesetutton.Thisillesultnanguageomingromy mouththatannoteepeatedithoutnsultingotsfpeople. Itwillalsoesultneryongights,thelayingofeven heavierrecordsatolumeevelshatillauselocalearth- quakesandtheconsumingfargemountsofjunk-foodlike substances.utventually,heombsilltopoppear,heT willdowhatIintendedittosoandmyhappinesswill dramaticallyincreasendillllowyselfoestmyever- worriedindndetomeleep. Ihinkouowyowhattsikeoenspired.  Thewner'sanual ================== CONGRATULATIONSNUYINGOUREWULENBERERASHNED READHISIRST! Congratulations!ouaveurchasednxtremelyineevicehat wouldiveouhousandsfearsfrouble-freeervice,xcept thatyouwillndoubtlyestroytviaometypicalbonehead consumeraneuver. WhichiswhyeskouoLEASEOROD'SAKEREADTHIS OWNER'SMANUALCAREFULLYBEFOREOUUNPACKTHEDEVICE.YOU ALREADYNPACKEDT,DIDN'TOU?YOUNPACKEDTNDLUGGEDT INANDTURNEDTNNDIDDLEDITHHENOBS,ANDNOWYOUR CHILD,THEAMEHILDHONCEHOVEDOLISHAUSAGENTOOUR VIDEOCASSETTEECORDERNDETTNFASTORWARD",THISCHILD ALSOSIDDLINGITHHENOBS,RIGHT?WEIGHTSELLJUST BREAKHESEEVICESIGHTTHEACTORYEFOREEHIPHEMUT, YOUNOWHAT? We'reorry.Weustetittlerazyometimesecausee're alwaysgettingackdefective"erchandiseheretturnsout thatheonsumernadvertentlyathedheevicencidorix days.So,inritinghesenstructions,weaturallyendo assumehatourkullsilleditheadnsects,butemean nothingyt.OK?Nowet'salkbout: 1.UNPACKINGTHEDEVICE.Theevicesncasedinfoamto protecttromhehippingeople,whoikeothingorethan toabpearsntoutgoingoxes.PLEASENSPECTHECONTENTS CAREFULLYORASHESRDAAEARKER'SNGAGEMENTRING,WHICH SHELOSTASTEEK,ANDHEHINKSAYBETASHILESHEWAS PACKINGEVICES.Idaaeeallyantshatingack,ecauset isernlyrooffngagement,anderiancee,tuart,sow seriouslyonsideringackingutnheholehingnasmuchas hehadonsumedostfottlefimeamnualityControl wheneecidedoopheuestion.Youee,tsotithout ironyhatdaae'sastamesBarker",foueturrift. WARNING:DONOTVERSONGSOUIVEHROWWAYHEOXOR ANYFHEIECESFTYROFOAM,EVENHEITTLENESHAPEDIKE PEANUTS.Ifouttemptoeturnheeviceohestore,and youreissingneingleeanut,hetoreersonnelillaugh inthehillingannerxhibitedyosephtalinustfterhe enslavedasternurope. Besidesheevice,heoxhouldontain: *ightittleectangularnippetsfaperhatayWARNING" *Alittleplasticacketontainingfour5/17inchpilfer grommetsndwolub-ended/93nchoxcarrawns. YOUILLEEDOUPPLY:atrixrenchnd0,000eetframable. IFNYTHINGSAMAGEDRISSING:ouMMEDIATELYhouldurno yourspousendayMargaret,younowhyhisountrycan't makearhatanetllheayhroughherive-throughat BurgerKingwithoutmajortransmissionoverhaul?Because nobodyares,hat'shy." WARNING:hissssumingourpouse'samesargaret. 2.LUGGINGNHEEVICE:helugnhiseviceepresentshe latesthinkingfhelectricalndustry'slugutationroup, which,inontinuingffortoreventonsumersromcausing hazardouselectricalurrentolowhroughtheirappliances, developedhehree-Prongedlug,thenhelughereneProng isBiggerThanhether.Yourevicesequippedwiththe revolutionarynewPlugWhoseProngsConsistofSixSmall Religiousigurinesadefhocolate. DOOTRYOLUGTN! Layitgentlynheloorearnutlet,bututofdirect sunlight,ndleanteeklyithampandkerchief. WARNING:HENOUREAYINGHELUGNHELOOR,OOTOLD SHARPOBJECTNOURTHERANDNDRIPVERHEORDNDPOKE YOURYEUT,SHISOULDOIDHEARRANTY. 3.OPERATIONFHEEVICE.WARNING:WEANUFACTURENLYTHE ATTRACTIVEDESIGNERASE.THECTUALORKINGENTRALARTSOF THEDEVICEAREANUFACTUREDNAPAN.THEINSTRUCTIONSWERE TRANSLATEDYRS.SHIRLEYELTWATERFCCOUNTSECEIVABLE,HO HASNEVERCTUALLYEENOAPANUTOESAVEOSTF"SHOGUN" ONAPE. INSTRUCTIONS:Forresultsthataneheinest,itisour advisinghatEVERooldheseuttonswoimes!!Excepthe battery.Nexttakingtheearthectionmaycausealarge occurrence!However.Ifhissotrouble,uchotations averymaintainancection,asindlymallvirepointfrom Drawing. 4.WARRANTY:Beterebynownhathisevice,ogetherith butnotxcludingllhoseertainartsthereunto,shallbe warrantiedagainstallefects,failuresndmalfunctionsas shallccuretweenowndhursdayfternoonhortlyefore2, duringwhichtimeheanufacturerill,atohargetothe Owner,sendtheeviceourerviceeople,whoillemerge fromheiravesndngagenitualsesignedoleansetof evilspirits.Thiswarrantydoesotcovertheattractive designerase. WARNING:ITMAYEIOLATIONFOMEAWTHATMRS.SHIRLEY PELTWATERASSHOGUN"NAPE. There'sindndunndrass, peoplendolourndhow. It'sllree.ndfhere'some racingoo,ellooduckot. Itoesoarm.  J.P.W.allalieuportingays  STRENGTHNORTH partine INHETRINGDOMFORTH AeryophisticatedaperwareutchomputermagazineCMof April988rotebouthisagazinendheove-affairsfits chiefditorndounder.hearticularrticle'subject:hree computer-magazinesublishedonisk.Inoneandonlyacked characterstring:ST-NEWSwontheracet'snopftack. ButsarasIamoncerned:ackedORTH-stringsfore importancethanostacing:it'souchoisendthend ....youarehereoutarted.WithORTHoueveretothe end;here'slwaysomethingon)extend. Someofheubjectsegardingtringsouldaveiscussedn relationonputndutputithqualight,buthoughtit betteroringhemllogethernnessuefhiscourse. Themphasissaiderentringmanipulation,whichsostly callederyasyomplementnORTHwithtandardords.But itouldaveeenuchasierfheorkadeenonelready. InBASICtringmanipulationasrownoeryxtensivebunch oftatementsndunctionssIGHT$,EFT$,ID$,TRING$tc. TheStandardoesn'tpecifynyfhesetringmanipulatorsat all.Inpart,7ndeadomeiscussionsntringsin relationtohenput.Rememberornstance{WORD},{QUERY}, {EXPECT}andthe'MOVE'-words.Andreadingaboutnumber formattingoundoubtelyetPAD}. Butfirstlet'slarifyhexpression'apackedstring'.A packedtringnORTHsequencefytesnnedimensional byte-arrayouightay,fhichheirstytecontainshe numberfytesnvolvedndheastyteinneayrnother markshendfhetring.heirstytesalledtheount- byte.Thenumberoftringbytestcontains,neverincludes itself.Itountsheumberfytesfackedtringexcept thecount-byteitself.Formarkinghendfthestringa delimiterisused.AnASCIInull(0)isregardedasan unconditionalelimiter.therelimitersayepecifiedyhe user.Youet"}selimiterfextstringeginningwith {."}.Theontentsftringrelwaysbytevalues,readable charactersostly,nSCII-format. AONSTROUSTRING Thereareeveralaysnhichneanlacetringsintothe computer'smemory.Inartixouereearnedo{CREATE}a buffer.WiththeelpfEXPECT}ndCMOVE}esucceededin transportingatringoegionfheemoryhichwecould callbyameater.Byallingheameeotheaddressof wherehetringtarted.Heresnotherethodyhichean placestringsntringbufferereatedndvance.Wewill usethescratchpadreaPAD},anlreadyxistingbufferto storehetringemporarelyeforeeovehetringotswn savebufferfromwhereeanallthestringforfurther manipulationfeeded.  :TEXTPAD02ILLORDOUNTPADWAPOVE FirstelearPAD}ithPAD}02FILL},hicheans:nsert ASCII2pacento0ytestartingtheddresswhich {PAD}illlacenhetackndwhichisthetartaddressf thecratchpad.ThenWORD}salledoomeoction.{WORD} needselimiterhicheillotrovidenheefinitionof {TEXT},butwhenTEXT}sxecuted.{WORD}illransferthe characterstringtothewordbufferofwhichitleavesthe starting-addressnhetack.hisddresssheddressfhe count-byte.henCOUNT}illeasureheengthfhetringy fetchingheontentsfheddressnhetack,fterhicht willincreasetheaddresswithoettothebytewhich containsthefirstharacterfhetring.{PAD}leavesthe start-addressofthescratchpadand{SWAP}setsthethree stackitemsnheightrderorMOVE}.ThinkfMOVE}san intelligentmove-word:itnowswhichmove'sosehere Let'sry: CREATEBUF0LLOT Toenterextstringfpo0haractersnMBUF}usethe sequence :TRIN44EXTADBUF0OVE TheordSTRIN}ssedsSTRIN}aelospheridium,Noticethe commathendfhaterrifyingordIt'sheirstartof thenameofrilobite,alindemberfquiteextensive speciesofanimalshativednarthome500,000,000years ago.It'sfullameasaelospheridiumcyclocrinophilum.Who cares).hatommasuiteust,sepecifiedSCII4s aelimiterorWORD}.Wechieveduroal.eidhatnwo steps.irsteCREATE}domethingndfterhateefinedhe actualaction:storingharactersntoemory.It'srathera round-aboutayftringandling,don'touhinkWecould improvemattersfeouldnomeayreatenmptystring, say.It'stimetoworrybouthathenewillhearabout {CREATE}ndDOES>}.Forheimeeinge'venoughorestle withstringsasarseot;thehirdmethodofcreating stringsdoesn'thavemuchnfluencenhatstocomenext either. KILLINGNLEPHANT AndnextsoomeometringhandlingithID$ndhelike. Astatedarlier,herereouchordsmplementednORTH andprobablyeverill.Ianakehatredictionwithgood reason.heASIC-languageornstance,asoffertatements, thatresefulnllrogrammingituationsnvolvingtrings. FORTH,onheontrary,ffersrogrammerstoolsithhomhey canhapestatements'ohexacteedfarticularrogram. InhisespectneouldallASIComplexanguagendORTH aplit-upne.ASICillillnntsingheeryameeapon asforhootingnlephant.FORTHillonstructnelephant- rifleootsobndmashheantwithisittleinger. YouwilleehatefiningID$-wordsasilyonenddoing itouillethempressionsfouavelancetASIC's MID$hroughhatineooking-glassfORTH. ThefollowingefinitionfID$ssumesheordsbovetobe previouslydefinedndlacedntohedictionary.Thatagain indicatesthattheMID$-wordseantoactinaspecific settingndotoesedneneralay.Aecondemarkon MID$s,thattanehrunk,fheordoestsobelln therogramnhichtaseantoencorporated.  :ID$MBUFWAPRWAP(12--) 1AX 2DUP>WAP  C@+INRVER C@IN>VER  >R>UP  0R avingheumberfharsn theeturnstack. addr SWAP addr MAX noteforeirstharacter addraddr2DUP enoughforanipulation toome addraddr> eplacentack addraddr+ 8axffsetntotring addr8ddrSWAP addr8C@ irstytefBUFsength addr87 countyte7ftring addr881+ engthncludingountyte addr8MIN don'toastndftring addr >R addrddrOVER addr7C@ addr MIN notortartinghar addr R> eplacentack addrOVER prepareorubtraction addr - 5oxtract addr >R aveumberoraterse addr+3 + addressfirstharo extract addr+3 R> ndowanyoxtract addr+3DUP addr+30< egativeount addr+3IF o,kiphef-clause addr+3IF es,bortndrrormessage addr+3 ELSE addr+3 TYPE displayddr+3..ddr+8 THEN jobone Asyouightaveercepted,thennerivef{MID$}checks wetherthearametersreitorhetringnandnseveral occasions. SOMEHOUGHTSNOETRY   NotehesefABORT"}.Thisordsdealorrror-checking, asyouannsertnyextesired.Speakingferror-checking and-reportingnFORTH,aumberfordsnFORTHhavean associatedrrorondition.heocumentationrovidedithyour systemshouldpecifyheystemctionnachfhoseerror- conditions.Howyourystemlarmsou,whenoureakinga messft,anlsoeoundnourocumentation.herereo generalrulesTherereomeonventions.Althoughavea FORTHhatllowsivisionyero,breakingllonventionsnd rulesinone.........Thenextwordodefineofcourseis {RIGHT$}orLEFT$},whateverouikeost.Firstageneral remark.Havinghenow-howorMID$}-word,its,rhould be,quiteclearhatLEFT$}ndRIGHT$}reorerlessof thegoodoouch.MyirstASICnheI99/4aperformed alltringxtractionithneord:EG$.SEGfEGment).'ll giveouheefinitionfRIGHT$}irst. :IGHT$(-- MBUF@VER+WAPID$!!!!!!!!!! (!!!!!!!!!!!eans:eurprisedhenlyurplusctionf {RIGHT$}verMID$}soalculatenearameterndorrange therightrderfhewoarametersorMID$}.{RIGHT$}so, expectsnearameternhetack.Thatarametersheumber ofharactersoextracted.AssuminghathetringThiss partnine'stillnMBUF},6RIGHT$}illype tineOK, beingheixharacterseenromheight.indheollowing: {MBUF}{C@}fetchesheontentsfthecount-bytei.e.the lengthfhetringtoredtMBUF}=7).{OVER}duplicates the7verhend-}ives71.ow1+}ndSWAP}eaves 1217nhetack,whichellsMID$}otartextractingat {MBUF}2ndondtMBUF}7.uiteimple!sLEFT$} isvenimpleroefine,ouanot! Nowyouavehreethree)oolsywhichouanplaywith stringsnnyayouike.Mayeithomepplicationsthe needflightodificationsfhetring-wordsillrise,but thathouldn'torryouyow. Twooreandyoolsouldetringomparison-wordndord tooncatenatewotringsogether.MostORTHsreouckys toincludebothwordsforourconvenience.sORTHhasa dictionary,itseemslogiceasomeethodoookupthe wordsnt.Andhat'sightWhenounterewefinition withheamefnlreadyxistingord,FORTHillointout toouhatouowavewinord:nnnnsn'tnique.Sohe musthaveoundharacterstringfheameconstitutionand thenlyayoccomplishhatsyomparison.Andheother wayroundoo:ifouantonow,whetherordsinthe dictionary,youcanookortyFIND}.{FIND}MBUF}will leaveheddressfMBUF},found,therwiseeroslaced ontopofthestack.Theddressleftifthesearchwas successfulisheodeieldddress.Ofourseoucannotdo muchgoodithFIND},ifouantoomparewostringsnot beingaORTH-word.Whateeedhouldeadefsomeother stuff.Ourcomparison-wordshouldomparewotringsofany length80ytesndthoulderminatetsctionsoonst encountersifferingharacters.Ase,poorortals,retuck toASCIIfeantoompareharacters,'AsCII'illotbe equaloASCII'nhisontextsSCIIs'iffersromASCII 'S'.Ion'tsenyord,defininghetring-comparisonord, thatyoudonotlreadynow.Astshenlearninganew language-aturalromputeryouilllwaysryoxpress yourselfontheevelfheanguageounowbestandthat oftenmpliesomplexityfhexpressionoueveranmatch inheanguageoureearning.Buttsotaidhen,hat youan'tanageoxpressourselfithqualowerysinga smallocabularynnfficientay.Theowerfheoetis notheerennialomplexity,utheleasingimplicity. Wereoingoefineixords.ereheyre CREATEBUF10LLOTCREATEBUF20LLOT :TEXT)PAD02ILLORDOUNT0 IF ABORT"tringooong" THEN 1-AD0OVE ; :EXT$144TEXT)ADBUF10OVE :EXT$244TEXT)ADBUF20OVE :OMPARERDUP@WAP(ddr1ddr2ount--1  C@@= SWAP@= AND= IF ABORT"engthcountrror" THEN R>+O 2DUPɫ@WAPɫ@DUP IF 2DROPDROPEAVE ELSE 2DUP IF 2DROPDROP1EAVE THEN THENDROP LOOP DUP IF 2DROP THEN ;  Firstenterothtrings.TEXT$1}ANTALAUS, {TEXT$2}ANTALAUS, Nowwehavetwoidenticalackedstringsattwodifferent addresses,{MBUF1}andMBUF2}.Weregoingtoomparethe stringsnwoifferentays.Theirstneillivenerror message.{MBUF1}MBUF2}2COMPARE} LengthcountrrorK.s wedidn'testroyheontentsfhewotring-buffersecan happilysehemorheecondry.{MBUF1}MBUF2}COMPARE} OK.With.}ouanindut,hataseenushedntohe stack,asheodeorstringsatched'.Forurtheresting the{COMPARE}-word,let'schangeonestring,e.g.{MBUF2}. {TEXT$2}ANTALAUS,.heomparisonMBUF1}MBUF2}COMPARE} willeavenhetack,butMBUF1}MBUF2}0eturns, becauseSCIInMBUF1}sowerhanSCIInMBUF2}.You willget1ithTEXT$1}ANTALAUS,andMBUF1}{MBUF2}10 {COMPARE}.Sofarforheomparisonfstrings.Let'ssee, whateanobouturningwotringsntoneylueinghem together. WHATORTHASLUEDOGETHER... Iteallysoeryasyone,hislueing,hatnomeway feeluncomfortabletoringpheubjectndstillmorein demonstratingowtsone.Createhreeuffers,torenwo ofhemwotringsndavingonehatmovehetringsney onentohehirduffer. WewillseheuffersMBUF1}ndMBUF2}ndreateathird oney CREATEBUF355LLOT Itismportantoewarefheact,thateregoingto {TYPE}theoncatenatedtringoonerrlater.Thatimplies, thatheirstytefheoncatenatedtringhouldontainhe lengthcount.ell,astenoureatbelts! :LUESWAPOUNTUPR(DDR1DDR2-- MBUF3+WAPOVE COUNTWAPVER MBUF3@+WAPOVE MBUF3WAP>WAP! ; {GLUE}enablestwotringsoehainedogetheroformone string,hichaneypedutnerminalithCOUNT}TYPE}. Enterhetringsy {TEXT1}apor,TEXT2}are, OK {MBUF1}MBUF2}GLUE}COUNT}TYPE} VaporwareK Ididn'thaveoncludeerror-checkingfurthermore,asthe concatenatedtringan'trownyongerhan60bytes,being theufferorhattring255ytesnength. Ifyouiket,I'llhowouowoopystrings,todelete them,oearchortringntoanothernendowohipe stringoutofanothertringndevensomemoreadditional string-manipulatingords. Deletingastringsheamesillingthestringbufferof thatarticulartringitheroesrpaces.Theountbyteill dealithhexactumberferoesrpaces.oheefinition looksike :EL$DUP@+RASEddr-- IfhetringoeeletedstMBUF1},thectualctionis carriedutyMBUF1)DEL$}. ThesecondasyoefineordsCOPY},whichillcopythe stringromMBUF1}oMBUF2}. :OPY$OVER@+OVEddr1ddr2-- Toopytring,ctsollows:MBUF1}MBUF2)COPY$}.hen certainapplicationinvolvesalotofstringcopying,a intelligent{MOVE}becomesinevitable,asthesource-and destinationbuffersayaryllheimeromighoowndow toighddresses.oeureoavene! SOMEOMPLICATIONS  Tofindasmaller)tringntoheodyofanother(longer) stringstomeointsomewhatoreomplicated.  VARIABLEOINT0OINT :N$DUP@+O(ddr1ddr2-- OVER@+1O 2DUPɫ@WAP  I@ IF 1OINT! ELSE 0OINTEAVE THEN LOOPVER@OINT IF 2DROPEAVE THEN LOOPUP> IF 2DROP THEN ; Somebservations:heirstLEAVE}umpsutfhennerDO.. .LOOP}ifthetwoharacterstheameplacesinthetwo stringson'tatchndxecutionsandedveroheollowing {OVER}.heariablePOINT}ssedotoreheumberfimes thecharactersfhemallertringnefternotheratchhe charactersoftheongertringnefternother.heequence betweenthewoLOOP}-wordshecksfheumbertorednthe count-byteofthemallertringoundyOVER}{C@}-is equaloumberfatchingharactersPOINT}@}.fo,hen thesmallertringsoundnheongernendspushed ontothestack,indicatingositiveesultofthesearch- labour.Thesearchorheatchingtringontinuesntilthe outer{DO...LOOP}asxceededisaskrntilhestringis found.hisuteroopsesheontentsfheount-bytefhe longertringtddressddr2stselimiter.Thennerloop takestselimiterromheount-bytefhemallertring. Ifoureoingosetddressddr1ongertringhanat addressddr2,heIN$}-wordillotorkroperly. Removingsmaller)tringutfongerneaneoney :EMOVE$(NDEXOUNTDDR-- OVERRRWAPUP+OTVEROT>UP@OT -RWAPVERWAPOTVEROTWAP>OVE DUP@>WAP! ; EnterTEXT1}hissellone,OK.MBUF1}REMOVE$}will erasetheordwell'ndhortenhetringoThissdone'. Ifounravelheefinition,youilleehatemovingwell' isoreomplicatedhanourobablyhought.Youanypethe shortenedtringithMBUF1}COUNT}TYPE} ThissoneK.he firstparameterells{REMOVE$}hereotartheemovaland thesecondndicatesheumberfharacterstoremove.The sectionollowingMOVE}daptsheount-byteoearheength ofhehortenedtring. Forinsertingtringntonotherneheollowingordsill do. :MOVE0ODUPɭ@WAPɭ! LOOPDROP ; Whyoeeedhisyte-movingordWellenowwomethods ofovingytes.Thisethodddshirdne.Ittartsthe 'high'endfhetring-bufferndovesohehigh'endof theotherufferndovesnecreasingirectionasdepicted below,oteveranverwritenything. |||||||||||||| ||^^  || |firstove| | |  secondove :NSERT$(DDR1DDR2NDEX-- -ROTDUPRRUPUP@RWAP@@> 2OVER@+WAPMOVE +@UP@WAP+OTOTOVE R>@>UP@OTWAP! ; Itsses {TEXT1)urely{TEXT2}illomeonight, {MBUF1}{MBUF2}INSERT$}illnserthetring'surelyt thehirdytefMBUF2},fter!)willomeonight'aseen movedutfheay.TypingMBUF2}COUNT}TYPE}illiveI surelywillcomeonightK.Noticehepacettheendof 'surely'.{INSERT$}willotorkfouryto'insert'a stringthendfnotherne.Buthat'soinsertion,but concatenatingtrings.eefinednotherordorhaturpose. Assedotftackmanipulators,itssxerciseworth whiletoinvestigatethestackbehaviourofthevarious stringwords. Aloserookthearioustringmanipulatingordsefinedin theboveection,willearnhatheyreotntegratedi.e. itisnotossibleornstanceoseSTRIN}incombination withGLUE}.Therere,fourse,eweasonshytsst is.Oneeasons,hatherereittleewordsoxplainn theection SUMMARYssual,eavinguchoomorxpandinghe EXERCISES-part.Thesecondreasoniselatedtothefirst: creatingmoreopportunitiestoeasendtickleyourbrains askinguestionsbouthatntellectualroblemfntegration. NexttimeeillbservehereationsfCREATE...DOES>}and discoverhatORTHet'souxpandisompiler.Weillmeet againheroblemftrings,uthingsilleasierhenith {CREATE...DOES>}. Happyirthday! SUMMARY ______________________________________________________________ |WORDS|STACKNOTATION|DESCRIPTION | |||| |ABORT"|(---)|Usedoerminatexecution | | |ofordnser-defined | | |error-condition.essage| | | |isiven.heextfhe| | | |messagesoeutfter| | | |the"ndhouldelosed | | |with. | |FIND|(---ddr|Leavesheodefieldddress| | |Useds|ofheextordnnnnhe| | |FINDnnn|inputtream.fotound, | | |aeroseft.  EXTRAS Inthereviousartefinedordalled{INPUT}.Inthat definitiontheequence2DROP}2DROP}ccurs.Ianellyou now,thattheresistake.Onefhe2DROP}shouldhave beenDROP}.Perhapsououndourystemndistress,when youtriedoxecuteINPUT}.Itasustypingmistake.I checkedheriginalefinition;itasightIfoucorrect the{INPUT}-word,itwillorkroperlynourystemtoo! Sorry!!  SOLUTIONSOART 1.heefinitionsASE?BASEUPECIMALASE; 2.racticalpperimitoulde6,hiletayingwithinhe alpha-numericalrangefheharacterset(26ettersnd0 figures).vennadixf6heresohancefgetting numbersike#~&6Gromethingikehat. 3..1EX. 4.EX.BASEWAPEXASE :EC.BASEWAPECIMALASE 5.s{CONVERT}itselfses{BASE},theolutionsimplyo changeBASE}ith{HEX}.g. 6..."H"EX. 7..DUP"-p" PrintGrep:nknownption;Opt$ Gosubhe_end Else Whileemdos(17)=0!rinteready? PrintGrep:rinteroteady.bortetrygnore?" Repeat K$=Upper$(Inkey$) Until$="A"r$="R"r$="I" Exitf$="A"r$="I" Wend If$="A" Gosubhe_end Endif Prt%=1 Endif Else Prt%=0 Endif TheThe_endroutineillskheseroresseyandwill exitherogram,ackoheesktop. Noweavextractedheessarayataromheommandine,t isimeoallurctualreprogram: Gosubrep(Filename$,earch$,rt%) Theirsthingeaveoosoxtractheossibleathname fromheilename.Laternesehisathopenhefiles. Knowinghatirectoryamesilleeparatedy\'haracters, weanonstructheollowingoutine: Path$="" X%=Instr(Filename$,"\") While%<>0 Path$=Left$(Filename$,X%) Inc% If%>Len(Filename$) PrintGrep:ncorrectilenamepecification." Gosubhe_end Endif X%=Instr(Filename$,"\") Wend Nowwehaveoearchllileshatorrespondtothegiven filename.Ifyountered*.C',allilesithheextenstion '.C'havetoexamined.FortunatelyherereGemdoscalls whichanakearefhis.Buteforeeansehem,eave todetermineheiskransferdress.Thisshedressfa 44-bytebufferhichillesedyheaforementionedGemdos callsoassnformationourrogram.Itillontainhings likeilename,ize,atetc.hisusteixeddressnds notllowedohange.Soean'tllocate4-bytetringnd passitsarptroheetTAoutine,becausefAwillmove stringsroundemoryhiletring-processing,andhearptrf the44-bytetringillhangehileemdostillsestheold adresseavet,hichsuallyesultsness.oeaveo getixeddress. Memoryanagement:ssigninguffersndtuff Theanswersimple,andillatisfyheeedsorlotof buffer-purposeshicheedixeddresses.WhenfArograms run,itclaimsllvailableemory.Mostrogramson'tneed 700-plusftorageon040rega).Soeanrastically reducethismountithheeserveommand.Nowfouarea goodrogrammerandellre,aren'te)ouanakegood guessfowanyytesourrogramsoingose.Thisgrep programon'teedorehan000ytes,soeserve000will doheob.uthatheeck,lentyfemory,ndoakeure nothingwillorongwellantoritebug-freeprograms, don'te?)e'llakehat000.oy,nheommodore4waves ofsentimentreowisturbinghealmeasfhoughtjust had)Istruggledoaveetnother00ytesndhereIam sacrificing000ytesiketsothing!imesavehanged.... Butlet'sgetbacktohepoint.Fivethousandbytesare allocatedndheemaining95000reeleasedndeverouched againyfA.Nowheresiceystem-variableAfAsystem variablethats)alledimem.Thisontainshelastadress usedyfA.Alldresseseyondhisaluereree.Buthere isnerapere:theileselector.Therereomerettyeird thingsoingnere.SincefAoesotreatEMithrespect andheileselectorsypicalEMbject,hewoilllash. Whenheileselectorslosed,anglyreypotillremain. Thisistheunderlyingdesktopwhichquicklygrabsthe opportunitytoxhibittself.GfAwiftlyoverstwiththe partfhecreentavedeforeallingheileselector,but you'llnoticeit.Theemorysedotorehispartofthe screenliesdirectlyehindimem.Butherearedifferences betweenheompilerndhenterpreterere,ndfoueserve notenoughbytes,theprogramilluncorrectlyusingthe interpreter,butwillrashoutfemoryrror)henithas beencompiled.Soseimem000oeure.Afterllthis smalltalk,et'soomerogramming: Reserve000 Dta%=Himem+4000 Voidemdos(&H1A,L:Dta%) TheGemdosallillellheThereoindheDTAbuffer. NoweillaveonformheThichilesoearchor,and whattheirattributeshoulde.Ailettributesavalue tellinghatindfileereealingith.orurrep,nly thealuenormalead-write)ndread-only)reimportant. Theollowingallilloheob: Gemdos(&H4E,L:Varptr(Filename$),1) Thisallilleturnalue,ndaluefillellshat atleastneileasound.Thexactamefheileanbe foundnositions0o3romheTAuffer.fterrocessing theile,earchheextnendeefhererenyoreiles toxamineithheemdos(&H4F)all.Theollowingoutinean besed: Filename$=Filename$+Chr$(0)!emdosanteroesehindtrings Empty$=Space$(13) eedtoleanTAuffer Bmovearptr(Empty$),Dta%+30,13!leanilenamenTAuffer Ifemdos(&H4E,L:Varptr(Filename$),1)=0 Repeat N$=String$(14,0) !reatetringorilename Bmoveta%+30,Varptr(N$),13!etilenameromTA Bmovearptr(Empty$),Dta%+30,13!leanilenamenTA Gosubrocess(N$) Untilemdos(&H4F)<>0 Else PrintGrep:;Filename$;"otound." Endif Gosubhe_end TheeasonhatleanheilenamenheTAuffershata shortfilenameillotompletelyverwriteongernewhich waspreviouslythere.Ifhisappens,partsofthelonger filenamewillppearehindhehorternendhisfilewill (probably)oteound. Processingailesimplyatterfpeningit,readinga line,checkfheearchtringsnheine,readhenext linentilhendfheileseached. Procedurerocess(F$) Local$,Lc% OpenI",#1,Path$+F$ Lc%=0!ileineounter Whileotof(#1) Linenput1,A$ Ifsc(Inkey$)=27!ouressedscape? Close1 Gosubhe_end Endif Ifnstr(Search$,A$)<>0earchtringhere? Ifrt%=0 !rintrisplay Print$;"ine;Lc%;":";A$ Incc% Addc%,((Len(A$)-62)/80)+1djustorongerines Ifc%>23 !voidcreen-scrolling Print--ore-"; Voidnp(2)  Print Sc%=0 Endif Else Lprint$;"ine;Lc%;":";A$ Endif Endif Incc% Wend Close1 Return Thevariablec%ssedoountheumberfineshathave beenprintednhecreen.Whenhecreensfull,youcan presseyndheextcreenfullillehown. Thisconcludestheirstittlerogramhataseenusedto tellyouittleoreboutrogrammingheT.Youhoulddo oneorehingndhatsoompileheourcendavets .TPPile. Thehingshateremportantere: -owoeadheommandineromTProgram -owoearchilesatchingildcards*.C,X?.*,*.*,tc.) -owollocateixeduffersndthertuffReserve,imem)  Iaveoakeneoreemark,ndhatshatheommandine bufferslwayshere.ofourrogramevenftsPRG) isalledynotherrogramhichlsouppliesommandline, youcanreadndsetnheameay.Ifouforinstance writenditor,alwayseadheommandine,sofprogram like-shellallsourditorithommandine,ourditor willmmediatelyeadnndisplayhatile. KeeprogrammingheT,ndhenouaverittenrogramhat mightbesefulothereoplendoueelikeritingabout it,dootesitateoendtourorrespondencedress.It isgreatoaveourrogramndrticleublishednworld- wideagazine,otartrogrammingightway! Greetings, Stefanosthuma. Phew! Myingersreired.ypednllhisnneo.yhroats signallingsymptomsfxtremerynessndytomachcoulddo withsomecrispy-chips.Iwillodownstairsandraidthe freezer.eah. WELCOMEOHEORLDFBLITERATOR bytefanosthuma Wheneadheeviewfbliteratorichardaveeopublish inhisssuef STEWS,(superbeview,doOTorgetoead it)ynterestnhisrogramrew.henisitedimheext Saturdayandlayedheame,Iaseryxited.Ispentthe followingundayittingnyoomithyrainsocusednne thing...exploringheonderfulorldfbliterator. Obliteratorisoneofheseameshateallygivesyouthe feelinghatouavereatomputernouresk.Justake looktheanstasticraphicsndou'llnowhatean.The worldfbliteratoronsistsforehat00ooms.Eachroom isdrawnnuchreatetailhatometimesgetslaughtered whileadmiringheicture.Thearietyfraphicssastoun- ding.Therereoomsithargeindows,revealinghendless voidsofspace.Therereooms'reums'louseauwouldsay) crammedfullwithcomputersandotherimpressivelooking equipmentthatwillfillyouwithawe.Thereareendless corridorsithlevators,oorsndassages.ometimes,henou enteraewector,theiskrivetartshirring,thecolor palettehangesndoureresentedithewetfeautiful graphics.JustikeheBarbarian'ame,utuch,uchetter. Thisameeallyivesouhempressionhatourewandering arounduge,igh-techpaceship. ThenthereshebliteratorDraksisame)himself.Just watchhimunndeautifullyodgeaserboltomingfroman over-activedroidcarryingnvenorectiveandverymean lookingun.Whenetandsp,hessumesiringositionand blastshereepoits.Oreilltopndimplytepaside toavoidhencomingvilnneftsanyforms.Ormaybe selectaheaviereapon,assumeiringositionanddosome sharpshootingtheliensbovernderim.Orumpverne ofheseastyittlereatureshateemoavereatappetite forisegs. Thereareoreliensnhisamehanavevereennany otherrogram.Theyomenanyorms,fromigalkingobots (kindaikehosewo-leggedalkersromhepicReturnfhe Jedi')oittlerabsoppinground.achndverynefhem (IhaveplayedObliteratorforuiteafewhoursnowand encounteredteast0ifferentliens)reuperblyanimated. Theigreaturesseenheilmliens?)alkround,clutching pawsndnappingawseryealisticly.Theraphicseopleat Psychnosisreallyxhaustedheirmaginationthistime.What aboutthosespiderlikehingshatrunaroundtheceiling carryinguigaserunndakingifeifficultorrak?Or aboutthoselittleuysnheirhooveringscootersblasting away?Orheseonstershatlyroundndropggsromhich theseastyrabsatch?Orryealingithnefheselying thingsromhichumpingormsmerge. Thenherereraps.Ieanouustanderroundoom,all peacenduietafterlastingwoeanookinguardscarrying bazookas),collectingomemmoyingnheloorhenuddenly sirenscreamndanelpensevealingnxtremelydangerous lookingaser-turrethichtartsakingot-shotstyou.Your firstimpulsesoireack,butoureaponsooeakfor thisheavy-dutystuff.Sounortnddodgethesebolts. Selectaheavyeaponyouilltartithsimplehand-gun. Soonyouwillindargernendventuallyyouwillcome acrossaheavypulsrifleandaverypowerfulbazooka-like weapon),turnround,aimpndlasthehing.eah!hiss realction. Theizefhepaceshipouaveoxploitsnormous.There areanylevators,doorsndorridors.Normallyon'tlike thesehugelycomplexames,becauseou'lleverbeableto finishhem,andoureoundoetost.uteverotost inObliteratorhanksohereatarietyingraphics.Every sectionastswnharacteristics,ertainliensrachinery. Alsotherereewpecialoothshereouanavehegame andreplenishyournergy.Youaveoollectcertainitems (likeacomputeratapack,ahieldomponentandanengine component).Whenouindnefhese,ollecttndou'lle giventheopportunitytoaveheame.Youwillalsofind variousmmoyingroundorourifferenteapons.Thenhere arealsosomepecialarrierdikeallnheiddleofa corridor.Blasttithheazooka.Theazookasuardedy anxtremelyastyumanoididingeryglyonster).rhere istheunnelhroughhichouaveolysingrocket-pack onourack.Herereinesriftingroundndouannotuse yourunolasthemway.tseryifficultoetpgain somakeureouaveverytingollectedeforeounterthis tunnel. Ifyouaddllheseualitiesfheamelushefactthat theresomeiceusic,itserylayableithouteingtoo easyandthattheamesuperblyackedwithaposter,a (short)novelettendnnstructioneaflet,Iuggestougo outnduyttnceNo,Psychnosissotayingeorite this.ustuytndouillecomesnthousiasticsm). Tooncludehis,Iilliveouomelayingricks.herere manyaysoontrolrak,utaveneayinderyseful: KeepyourleftandnheeysA'.Theserethethree basicfunctionsfrakAction,ShootndDefend).Useyour righthandtooverakithheursoreys.Whenyouenter action,tryhootingheuckersithS'.henhisails,ake theouseithourightandndoomerecise-shooting.You canlsooverakithheouse,utindtittleard. Whenounterewoom,andheresnlienightnfront ofou,shootmmediately.henheulletasoffect,elect aeaviereaponndrytgain.(Orelectnemmediatelyf youlreadynowhelien).Whenttartshooting,unort andodgeheullets.Nowemember:ouanypendvance.o whenoureunningoroorhileodgingullets,ryond upnrontfheoor,andresseturnorrrowp/downhen youantosenlevator)hileoureolling,andouill entertheoorrlevatormmeditately.Onceoureentering something,nothinganarmou.henounteroomndhere isanliennderourboveou,don'torgethatyoucan firepndown,soouon'taveoonfrontt.Don'torry aboutbeingoward,thelienrobablyon'tellafteryou havepumpedtullfhateveromesutfourweapon(it's lethal,that'sorure!).lso,taylerthenoomsmpty andlookseaceful.KeepouringernheD'eyooucan dodgeimmediatelyhenomeanelpensevealinglasergun. Savewheneverouan,butemember,youannoteepmultiple saves.Sowhenournergyseryowhenouindspecial objectndouaveheame,theextimeoulayournergy willbeowgainndtighteeryardoetothenext save/energyooth! Youusteepomeortfap.Justoakeureouoverall roomsanddon'torgetomethingmportantlikethecomputer datapack. Iopeouotxitednougholayheamendishouots ofunoingt! Andemember:lessedreheoiseMakers..... Stefan. Allthisalkboutbliteratorasnspiredeoaveanother gott.Soetteravehisoc,ookpheoloronitornd startlaying!!! CAPTAINLOOD byichardarsmakers et'smagine... henouookround,youeeothingutastarkness,ere andhereitheredithiamondustoteems.Allroundou isilencexceptorhen-boardomputer,Mr.Honk.ndost ofhateayssardlyorthoticingither. henououchourkinouoticehatt'seflon.Whenour rubyourands,itoundsikeworocodilesavingexina packetfornflakes.henouareoinchourarlobe,ou'll noticet'sadefilicon. Whathasappened?Thisillrobablyeheirstandmost logicaluestionourlasticrainillomepith. eally,t'sooillyoxplain.utet'saveo. Bestishes,yourublisher",iteadthendfourost recentoyaltyaymentotefouratestega-zappingcomputer game.Thirty-fiveamnents!Andouidn'tvenantohink abouttheeverlastingimeoueededoiveonthatmeagre amountfoney... Thatsameightouentovideoarcade,impressedsome skinnyyouthsndumpedntoharlesarwin(yes,thefamous bio-whatever).Inact,hisanadarnedouhatacmenere invadingtheearthomethingotallyandextremelyutterly soundingikeureonsense.Youadhoughtouereheentre ofomewo-bitoftwareeviewer'sovel,butomehowbelieved theldan. ndhateryameightouentrogramming.hereasutne possibilitytostopthemarchfthePacmen:Givethema formidablepponent:OURSELF! owtappenedeallysuchooomplicatedoxplainhere. Butomehow,omewhere,ouucceedednhysicallyisappearing, findingyourselfacknnrkhatadaterializedsomewhere nearndromeda.oureingmpressedyheeautyfherkou programmedndesignedourselfasnlyfhorturationas youookedtheDcreenndaw....Pacmen! Hyperspace!",youelledtr.Honk,andmmediately,youl wholebeingaslansfelledhloughheimesndimensionsof spacetselfolacealemovedlomoulullenteality. orry. Youotedfterewecondshatouereeginningtotalk strangely,andwithashockcametotheonlyplausible explanation:verypacejock'sightmareadomerueuringhe timewarpump.ouereloned. sounew,theffectsfloningereotoeooledith: Apartromheacthathereowereeveralloodsroundin themmeasurablealaxy,younewhatloningasynonymor cellularesintegrationnou.ournlyopeorurvivalould haveoeoindllhelonesandnlyodnewhereTHOSE woulde)nrderoecoverheitalluids. ememberingheacthatereere2768tarsoxamine,you reallyidn'teelllooptimistic. r.onkamepithisrightestdeainceouadonceived him:Yourriginalrgansadoeackedp,eingeplacedy syntheticaterialslikeheforementionedeflon,siliconnd plastic).ventually,ououldecomeOBOT...Aobotithut oneission:oindackivefislonesnnverxpanding universe,ohateouldeoodldr.loodgain. Toeckithheacmen,Darwin,people,theearth....first thingsirst.ouadoecomeealumaneinggain. nowt'sardoelieve,uthat'shatappened. ***** everalonthsgo,Iirstawherenchersionfewre InformatiquerogramalledCaptainlood".Iasmpressedby thegraphicsndhelotfheame,butybviouslackof knowledgeofrenchinguisticsookarehaterelyawthe programndidn'tigntotnyeeper. owrongadeen!fhereadvereeneasonotart crashourserenchtouldaveeenthatime.Butthat's pastow,andouldotnowackhenhattouldeworth havingotnheirstlace. Nomatterhowabsurdlyidiculousitmaysound,butthe introductiontorysndeedoeoundehindCaptainBlood", thatasowlsoeenaunchedsnnglishersion!partrom someminordaptationsaorextensiveigitalsoundtrackby JeanMichelarrendomelayingmprovements),thegameis aboutheame,andoureaptainloodhatasoxaminen entiregalaxyoro-calledUMBERSthat'sowisclonesare named). ossistounhisuest,yourn-boardomputerMr.Honk) hasdoneomeoathsomeeneticngineeringnfemaleOorxx, andasreatedimitlessmountfabyorxxshatanowe usedtoexamineplanets,communicatewithanyofavast collectionoflocalresidents(Sinox,Tricephals,Kingpaks, Buggols,tonamebutaew).Communicatingisdoneinan enchantingndumorous,venuitentelligent,ay:henevern inhabitedlanetccurs,nPCOMsomethingooithniversal Communicating)sctivatedhroughhichneanctuallystart anntelligentonversationitheing.It'sun.It'sio- game.t'sriginal. utirstouaveoEEThenhabitants,ndhisaneone byflyinganOorxxverlanet'ssurfaceinexcellent3D graphics,lookingorheightanyonhereheyive.Notll planetsreafeororxxs,somererotectedndheorxxs haveoideovoideingrematurelyestroyed. heydraalaxyxistsf2768lanets,fhichnlyomere inhabited.ndnivefhoselanets,UMBERSaneound.o it'saquestionofstrategyandgoodmannerstogetthe informationyouwant,toeleporteingsaboardyourship's fridgitorium(whereheyanetorednryogenictatefor maximumecurity),andoringeingsogether.Everythingou dotoncreaseoappynessfnyfheeingsnhisgalaxy willeewarded.ithnformation,ames,oordinates,ndore. "Captainlood"eaturesreatraphics,goodsoundeffects, superbcoloreffectsnderyumorousndenchantingplot. YouriskstheamesuppliednWOisks)omeoife,and IanssureouhatCaptainlood"sordinaryamenymore onceyou'velayedtorhile.Itreates'relationship' withhelayerhatavenlyreviouslyeennActivision's "Littleomputereople"reviewednnefheery,veryold vintagessuesf STEWSolume). Gameating: Name: aptainlood Company: Erenformatique Graphics: 8.5 Sound: 8 Playability: 9 Hookability: 9.5 Valueoroney: 8 Overallating: 8.5 Price: 99utchuilders Remark: It'slmostlive... ThanksgotoMr.HarryanHoren(fromHomesoft,Haarlem, Holland)orendingheeviewopy. CARRIEROMMAND byichardarsmakers henergyrisisadastedorverenturyow,ndankind hadtriedoindlternativeaysoettornvenlonger time.Severalearsgo,anlternativeayasndeedound: rangeofolcanicslandsasiscovered,pouringutotonly valuablemineralsbutlsoontrolledtreamfotmagma- energy! Twoloatingactoriesadeenevelopedoakeseofthis giganticuantityfeededaterialsndnergyheCCOmega andheCCpsilon.Eachfhesehipsadeenuppliedwith machinerytobebleoolonizeheslandsndostartthe energyproduction.Forertainty,eachadlsoeenequipped withourirplanessellsourmphibianvehicles.Threats fromoreignowersouldeastffyeansfhismalland highlyophisticatedittlermy. Onefhehiefngineershatadorkednheprojectwas foundeadnisffice,horlyfterhichleetdmiraleorge H.Whittakerreceivedadocumentinwhichaterrorist organisationcalledSTANZAstatedhattheComputerControl SoftwareoftheACCOmegahadbeenmodifiedastostart systematicallydestroyingllslandsfansomf5billion dollarsasn'taidithin2ours.TheTANZArganisationow hadtheACCmeganheirowernd,withthat,theentire futurefheivilisedorld. rojecthiefanager,Dr.Oliveraird-Onions,believedhat theACCOmegaouldelowedownandaybetopped)byone forcenly:hatfheCCpsilon.aird-Onionsadeveloped computerirushat,onceroppednnnemyomputerystemn anccupiedsland,couldodifyheoftwareohatheystem turnsntoriendlyne. ***** ArmedithheCCpsilon,thelayerfainbird'sewgame "Carrierommand"illaveoerformheaskpecifiedabove: SlowdownndtopheostilitieserformedyheACCOmega. Theamesituatednaruture,hennergyasecomeven morescarcehentlreadys,andllheorld'sowersare fightingorheittleuantityfnergyhat'svailable. Justftertartup,anxcellenticturesapidlyhrownon thecreen,hortlyfterhich'ppearanceenuppearsnhe screeninwhichouanelecthetherou'llantoplayan action-oratrategyame.Nobodyillebleoescribethe expressionfeingompletelyndtterlymazedhenentto examineheandbookndhecreenenuasuddenlyeplacedy thetitlepictureandimplymashingpieceofmusicwas launchedyheonitor'speakersnnstrumentaliecefhe musicthataslsoresentnheudioapeuppliediththe gameackageperformedyaveowe).heusicurnedutoe presentonhe-sidefheiskndhusnlyavailableto thosewithaouble-sidediskrive.Theusicwasactually playedhiletaseingoaded,tookuiteongimeolay tofullxtendndasferyighualityndeed.Ittooka littleimeoreoecoveryensesoouldctuallytart playingheame. Examiningheanualloselysomethinghatsurelyworth whiledvising;theameshatne'dallextensive',andt thereforeakesomeimeoetsedouickwitchingbetween theifferentamecreens.Theholeamesmouse-controlled, withconsndtherouseonventions. Everythingdisplayednheamesfullythree-dimensional, exceptorheapfheampaignreafourse.Thegraphics areolid,nicelyolouredndAST.Playingheame,oneno doubttartsoonderhyFlightsimulatorI"sn'tsastas this! Sincenesnontrolfnntireircraftarriertogether withseveralothereansfransportation,itisofcourse possibletoransferhecamera'ntonyfheantasfany ofhemphibiousssaultehiclesndoontrolheseirectly. Itisalsoossibleoaveaximumffourviewingdrones activearoundhehip.Thus,youanaveourantasnthe air,fouramphibiousssaultehiclesnearandandfour viewingdronesctiveLLTNCE!Andwitchingcontrol(and 'camera')betweentheseaneonetalltimes!Individual coursescanalsoeetndhere'snuto-pilotfacilityas well. Usingllhisachinery,youaveopynhenemysupply lines,akenemyslandsntoriendlynesbyroppingirus bombnheontrolentre)ndhusakeverontrolfheCC Omega.WhiletheACCOmegaoncentratesnkeepingallits islands,ouanttacktirectly. Carrierommand"sameftrategy,actionndkill,put togethernnxcellentlend.raphicsrereat,oundsood (andintrousicreathtaking)ndlayabilitysigh.It'sa gamethatilleepouusyorours.Luckynough,a'save game'acilitysncluded. Gameating: Name: arrierommand Company: Rainbird Graphics: 8,5 Sound: 9 Playability: 9 Hookability: 8,5 Valueoroney: 8,5 Overallating: 9 Price: 24,9589,50 Remark: HopeouaveSrive... Manyhanksoos.ueinslowfelecomoftwareorending mehisiecefxcellentoftwareoeview.Pleasextendmy congratulationsoourolleague,Ms.Claredgeley,forher excellentlyonceivedame! Rainbirdoftware Wellingtonouse Uppert.artinsane LondonC2HDL England DISKAGAZINE:IPT byichardarsmakers fteravingrittenetterolricheigel,chiefditorf theermaniskagazineCIPT"see STEWSolumessue), accompaniedyiskontainingheostecent STEWSssue, wasappyoeceiveomessuesfisagazine.Byow,ave allthessueshatrevailablendmlad,too.Inthis article,youillebleoeadoreboutCIPT",tsetup andherticleshatereublishedntpoow. ThemoststrikingeaturefCIPT"sthatitisfully German,hicheanshattsnlyeadableorairlyimited partfheorld'sopulation.However,"CIPT"rovesobe quitepopularnermany,andaveookedttheirreader's feedbackcolumnithwehereasesuallyaveoworkour assesoffoeteopleoeact,Ulricheemsocapturethe attentionfotfeoplehatlsoeactuitepontaneously. CIPT"slsoenu-driven,justike STEWS.Thisakest superiortoe.g."STnfo"ndhelder STEWSissues(the vintagenes,elongingoolume).CIPT"aseenublished inEMnvironmentftswnightromhebeginning,which mayealleduiteemarkable.  Therograms00%ouse-controlled,thoughhefirstissue usedtobeuiten-userfriendlyallarticleswerenumbered throughandheistfontentsasownrightouuuaaahhhh- slow).ItislsorogrammednfAasicndhateflectsin thespeedfasterhan STEWShentasotetbeenpartly redonesingachineode)ndheasefse. llocumentsreontainednhectualrogramthatsbout 200Kbnizeachime)ndhisakesarehatherereno loadingtimes(ofcourse).Someusic(Xbios32music)is includednllssuesithhexceptionfheastne(Issue 4). ow,hatoesCIPT"fferotseaders? irstfll,"CIPT"setpsndditionalagazinefor membersfCIP"omputerclubnHeilbronn,Germany.Accents liennxtensiveDervice,ipsricks,ews,eady-to-use programsandcontactetweeneaders.Onlyeryfewsoftware reviewsaneound,andodventureolutions.utet'save aystematicookthatasoeoundnhessueshatare nowut.  IssueMarch987) Thiswashessuehataseryavourablyentionedinthe June1987ssuefheermanomputeragazine"68000'er".It suffersromllindsfchild'sllnesses'utneanlainly seehattasotentialorowigndtrong.Iteemsthat Ulrichwrotetllyimselfough!),andtffers'great starters'ourse'orrogrammingnheTexcellentoreople thathaveusttarted),aeady-to-runocabularyrogramand newsbouttari'sEGATndheaserprinter.here'sore,f course,utheseereheostnterestinghings. IssueNovember987) nfortunately,hisrogramsesxracksith1ectorser trackformat.Veryifficultoopynomerives,andonly limitednumbersofdiskscanactuallyhandlethisformat properly.SomeDibrariesighthereforeaveransferredit toormallyormatted,oublesidedisk.nyway,tffersver 430bfiles. Ulrichasowinallyssistedyomeoreuthors,andthe dead-slowontentselectionaseplacedyicendlainull- downenus.llrticlesereowlsoumberedeperately. "CIPST"ssuerovedhatheintedotentialhadindeed beenresent.ATempus"emoasddednheisk,thereere hardwareipsmodelontrolling),anrticleboutheew"ST Basic"ndvenamealledPetitrix"notsoodsgames thatresuallyfferednF.A.S.T.E.R."iskmag,uteryice indeed).Andheostnterestingore,ofourse,asrue reviewofSTEWS!Ulrichurnedutoharemyopinionof workingtogethernddvisedverybodyoead STEWSnextto "CIPT"fourse).Luckynough,eidarnhateopleould needufficientnowledgefhenglishanguage. IssueFebruary988) Anachestruckyeartheneadbouttheexistenceof anotherGermandiskagazinenCIPT"ssue3.Thisother magazineasalledSTOP",andppearedlreadyoavetopped beforetasroperlynown.Reason:Lackfrticles.Inis 'letterfesign',"STOP"ditorobertolksdorfentionedST NEWSwasnxamplefowiskagazineouldeandthat reallyovedeeepownnside.obertadailedoucceedn makingisagazineuccess,andeeleryorrybouthat. Robert,ifyou'reeadinghisrticle,pleaseealisehatI knowhatoueelike.ndinceon'taveourddress,an youperhapsendllSTOP"ssueshatereadeome?Iam verynterestedneadinghem. "CIPT"ssuelsoawheirstartfachineLanguage Course,anarticleboutpeechnfA,someackin'readers' writing,somesmalldvertisements,aermanailboxistand reviewsfheH205arddisk,Adimens.1ndizball.Anice GfABasicrickaslsoffered:Howosealculationswith numbersfpo0000ositions. IssueMay988) heusicisappearednhisssue,andhereasdeafening silencenyoom.omashedomeapalmeathrash-metaln myrecordplayeroakearehatynnerarouldkeepon exercisinghenookedthisssueNote:apalmeathshe world'sfastestband.Don'tistenotrou'llfindeven Kreatorrodomead-slow). Theirstovelppearednhisssue:"Bitndyteufdem Weg"translation:"Bitndytenheoad").Thereasalso plentyfebitoverage,andnrticlebouttari'sewPCs. ThereaslsoGunship"eviewsellsmallrogramhat installedaninterruptroutinehatetasmallbirdiefly acrossourcreenllheime.ice. Ifou'renterestednbtainingnformationbout"CIPST", youhouldetnouchithhiefditorlricheigel. CIPT Ulricheigel Mnchseestr.3-85 7100eilbronn Westermany Tel.7131-74401 FOUNDATIONSASTE byichardarsmakers Ontheackfastonth'sSTser",Isawanimpressive advertisementfewompanyalledxocetoftwareorgame calledFoundationsaste".Iroteownheddressndwanted towriteetterohemequestingeviewopy,butnlya fewdaysatereardromr.HarryanorenfromHomesoft thateadtntocksell.Sorderedeviewopyand waitedorheostorrive... Whenitventuallyrrivedassualtquiteinconvenient time,hilettemptingnceoreiscoretBubbleobble"), waspleasantlyurprisedyheackagingallaminatedsheets ofnformation)sellsheame. heirsthinghattruckeashexcellentusic,madey someoneormerlynknownnheT:W.eben.t'sustikehe oldobubbardtuff,ithuallyitchedotes,oodhythmnd bassndiceengthndarietyflaysell.Theraphics alsoppeareryood.Itsardomaginehatroductike thisctuallysheirstroductfompanynheTormat! Buttasessardomaginehenherogramurnedutto needtheecondisknrive¨whichs"itheandthat cannoteurnedffeperatelyromrive).asty!hyoesn't theprogrammerustheckfheserANTSoseisBdrive (thisugaslsoresentnGoldrunnerI"romicrodealand "Gunship"fromicroprose)?Again,Iasuckyoavegood copyrogramtand... But,asIlreadyaid,theusicwasexcellent,andthe graphicsereeryood,too.fteropyinghe-diskonef thosefloppy5"isks,Iootedpheamegainandata certainomentrrivedtheceneheretllasoappen. nheame,oneasolyhroughastelandhatsaido beunpenetrable.Therereeveralfive,Ieemoremember) levelsfhichaveeenheirstwo.t'serticalhoot- 'em-upamehichsifferentromhethersecausehebonus elementsreoreidelyaryingndecausehehipouontrol isuchargertooarge,fouske,ohatsoesn'tove smoothlycrosshecreen). heamesiceolay,alsoorongerime,butttill isjustneorefhoseerticalhoot-'em-ups,sohatmany peopleillrobablyoosenterest.GamesikeGoldrunner"nd "GoldrunnerI"reerfectndMissionenocide"nd"Warhawk" areheap,utFoundationsaste"seithererfectorheap. Youustotnterprethisrongly:"Foundationsaste"sa wellrogrammedameithiceffects,goodraphicsnduperb music,buttheompetitionimplyffersewamesthatare better. Gameating: Name: oundationsaste Company: Exocetoftware Graphics: 8+ Music: 9- Playability: 8+ Hookability: 8.5 Valueoroney: 8- Overallating: 8.5 Price: 89.50utchuilders Remark: Theompetitioneatst Manyhanksoor.Harryanorenfomesoft,Holland,or supplyingheeviewopy. Fornfo,ontact: Exocettd. Newfieldouse Hightreet Stoke-on-Trent StaffordshireT6PB England Tel.0782)-811002 PREVIEW:FAASIC.0 byichardarsmakers Ifheresnerogramhatotfeopleaveeenwaiting for,tusteGfAasic"ersion.0.hatashangednhis powerfulrogramminganguage?ashepeedncreasedvenore? Haveallthebugseenremoved?Thesequestionsshouldbe answerednhisrticle. Theanual uitenheontraryoheold'GfAasic"anual,thenew manualisbout50ageshick,andllommandsaregrouped intoclustersfhosehataveorrespondingunctionsrather thanhelphabeticequencenheold'anual.Everycommand getsoneormorepages,andtheexampleprogramsare crisp'n'clear. ndorhosehatrefraidheanualillotsuffice,GfA SystemtechnikhaslsorittenookboutGfABasicVersion 3.0"inerman),thatostsM9,--incl.disk),hereashe Germancompanyeimerlaglsoffersooktheameprice (alsoncludingisk). Theditor Theeditorhasbeenimproved,too.Atfirstsight,one immediatelyoticesheystemimenheightandopfthe screen,belowwhichthecurrentlinenumberisconstantly displayed.Itisnowalsoossibleotartexecutionofa programfrompecifiedrogramine.Let'sooktomemore featuresfheewGfAasic"ditor: Definingacrossowlsoossible TheumericeypadanesedsBM-styleursoreypad Whenoingpndownine,heursorsotositionedt thetartfheineachime roceduresaneeducedoustneine.hisncreaseshe overalllearnessfrogram 'Find'owisplaysheldfind'riterium singccessoriesnhefAasicditorsowlsoossible Markersaneefined Dataypes partromheldataypes(Boolean,integer,string,you knowwhatean),Frankstrowskiasowlsoincludedsome moredatatypes."GfABasic"ersion3.0nowincludesthe followingataypes:BOOLEAN1it),BYTE1yte),CARD(2 bytes,withoutrefix),INT2ytes,ithrefix),ONGINTEGER (4yte),SINGLE4yte,EEEormat,inglerecision),OUBLE (8ytes,EEEormat,oublerecision),LOAT8ytes,fA.0 format),CHAR(stringsith-byte).AssualithfABasic, datatypesarepecifiedyeansfostfix(e.g."%"for integerariablesnd!"oroolean).hesereowddedoy "|"orYTE,&"orORDnd#"orLOAT. herereomedditionalrrayunctionvailable,oo:SORT() SSORT(),ELETEndNSERT.heathsunctionsrextendedith ASIN,COS,INQndOSQmathaccuracyncreasedrom1o3 positions). Bitperationsndnterruptandling Forheogicalachineodereaks,someassemblercommands haveeenddedoheasiccala:BCLR,SET,TST,CHG,HL, SHR,ROLandOR.Commandshatelongoheamefamilyas theseassembler-likeommandreWAP()towapi-lowwords), AND(),OR(),OR(),MP()ndQV().tslsoossibleoead onlyapartfariablesingheYTE(),CARD()orWORD() commandshatreowmplemented. nterruptrogrammingand,theoretically,therogrammingof multi-taskingprograms)houldowlsoeossible,sincethe new"GfAasic"owlsoncludesommandslikeEVERY,AFTER, EVERYTOP,VERYONT,FTERTOPndFTERONT. Structureommands K.WelreadynewF,ENDIF,LSE,HENndtuffikehat. ButnGfAasic"ersion.0,rankstrowskiustavehought thatoisheshouldeeftpenndaslsoncludedELSEIF, SELECT,CASEO,DEFAULT,OTHERWISE,ENDSELECTndCONT.Of coursereNDFOR,ENDREPEAT,ENDWHILE,ENDDO,DOWHILE,DO UNTIL,OOPHILEndOOPNTILlsoncluded,hereastsow notnecessarynymoreoutETURNthendfaprocedure; ENDPROCndNDSUBreddedorhis. LOGOommands Mr.strowskiustaveeenitrunkhenemplementedome ofheraphicommandsikeORWARD,RIGHT,BACK,EFT,T,U andD.ithheixariablesRAW(0)oRAW(5),tsowlso possibleoetheurrent-andoordinates,theenstatus (uprown),-andcalingndheenurve. LINE-,DI-ANDEMOMMANDS Onethingwasnownlmosttheamenstantatwhichit becamenownhathereasoeGfAasic"ersion3.0:It wastoincludeotfEMommandsndllINEAcommands, thusssuringasiersefEMyheser.fterll,EM is  bitifficultorogram.Withersion.0fGfAasic",this problemhouldoweolved. istfllewEMommandssncludednheommandlist, thatsomingpext.Iwehanksoheermanagazine"ST Computer",romhichookhisist.hankou,.eiler! ListfhefAasic.0ommands  DEFxxx DEFLIST Arrays  DIM DIM? OPTIONASE ARRAYFILL Dataypeonversion ASC() HR$() STR$() BIN$() OCT$() HEX$() VAL() AL?() CVx() Kx() CINT() CFLOAT() Pointerperations * BYTE{} CARD{} INT{} LONG{} {} FLOAT INGLE{} DOUBLE{} CHAR{} xPEEK POKE V: VARPTR ARRPTR ABSOLUTE Clearndwap CLEAR LR ERASE WAP SSORT SORT INSERT DELETE Reservedariables FALSE RUE PI DATE$ TIME$ IMER SETTIME Special LET VOID ~ Memoryanagement  FRE BMOVE BASEPAGE HIMEM RESERVE MALLOC MSHRINK MFREE Mathematicalunctions ABS SGN ODD EVEN INT TRUNC FIX FRAC ROUND AX MIN SQR EXP LOG LOG10 IN COS SINQ COSQ TAN ATN Randomumbereneration RDN RANDOM RAND RANDOMIZE Commandsndrithmetics DEC INC ADD SUB MUL DIV PRED() SUCC() ADD() UB() MUL() IV() MOD() BITperations BCLR BSET BTST BCHG SHL SHR ROL ROR AND() R() XOR() MP() EQV() WAP() BYTE() CARD() Stringanipulations LEFT$ IGHT$ MID$commandndunction)PRED SUCC LEN INSTR INSTR STRING$ SPACE$ SPC UPPER$ LSET RSET Keyboardnput INKEY$ INPUT LINENPUT FORMNPUT FORMNPUTS Screenutput PRINT RINTT()# LOCATE PRINTSING PRINTT()SING DEFNUM CRSCOL CRSLIN POS TAB HTAB VTAB KEYPAD KEYTEST KEYGET KEYLOOK KEYPRESS KEYDEF Dataines DATA READ RESTORE Fileanagement irectories DFREE() CHDRIVE DIR$ CHDIR DIRO FILESO MKDIR MDIR iles EXIST PEN LOF() OC() EOF() LOSE TOUCH AMES KILL BLOAD BSAVE GET BPUT equential/indexedequentialccess INP# OUT# INPUT$# INPUT# LINENPUT# STORE# RECALL# PRINT# PRINT#SING SEEK RELSEEK ccessoreehoice FIELDS AT RECORD GET# PUT# Peripherals ytewisen-andutput INP() NP?() OUT() UT?() erial/MIDInterface INPAUX$ INPMID$ ousendoystick MOUSE OUSEX MOUSEY MOUSEK SETMOUSE HIDEM SHOWM TICK() STICK STRIG rinter LPRINT LPOS() HARDCOPY Music SOUND AVE Selectionirections IF THEN ELSE ELSEIF ENDIF Multipleranches ONOSUB SELECTASEOEFAULT OTHERWISE ENDSELECTONT Loops  FOROTEPEXTNDFORREPEATNTILNDREPEAT WHILEENDNDWHILE DOOOPNDDOOHILEO UNTIL LOOPHILEOOPNTIL EXITF Subroutines GOSUB ROCEDUREETURNNDPROC ENDSUB LOCAL AR FUNCTIONNDFUNCETURN DEFFN Conditionalranches ONREAK ONREAKONT ONREAKOSUB ONRROR ONRROROSUB RESUME RESUMEEXT ERROR ERR ERR$ FATAL  Interruptrogramming EVERY VERYTOP EVERYONT AFTER AFTERTOP AFTERONT Miscellaneous REM GOTO PAUSE ELAY END EDIT STOP SYSTEM QUIT Errorandling TRON TROFF TRONROCEDURE TRACE$ DUMP Graphicefinitionommands  SETCOLOR COLOR DEFMOUSE DEFMARK DEFFILL BOUNDARY DEFLINE DEFTEXT GRAPHMODE Generalraphicommands PLOT LINE DRAW DRAWO BOX PBOX RBOX PRBOX CIRCLE PCIRCLE ELLIPSE PELLIPSE POLYLINEFFSET POLYMARKFFSET POLYFILLFFSET POINT() FILL CLS TEXT SPRITE Screenlocks SGET SPUT GET PUT Conditionanipulation ONENU MENU() ONENUUTTON ONENUEYOSUB ONENUBOXOSUB ONENUBOXOSUB ONENUESSAGEOSUB Pull-downenus MENU$() ONENUOSUB MENUFF MENUILL MENU Windowommands OPENW LOSEW CLEARW TITLEW INFOW OPW FULLW INDTAB  Miscellaneous ALERT ILESELECT Systemoutines L: W: GEMDOS BIOS XBIOS Line-Aalls PSET PTST ALINE LINE ARECT POLYO BITBLT ACHAR ATEXT CLIP VDIalls CONTRL INTIN PTSIN TSOUT INTOUT VDISYS VDIBASE WORK_OUT() GEMESalls GCONTRL ADDRIN ADDROUT GINTIN GINTOUT GB GEMSYS Subroutinealls C: MONITOR CALL RCALL EXEC Applicationibrary APPL_INIT APPL_READ APPL_WRITE APPL_FIND APPL_TPLAY APPL_TRECORD APPL_EXIT Eventibrary EVNT_KEYBD EVNT_BUTTON EVNT_MOUSE EVNT_MESAG EVNT_TIMER EVNT_MULTI EVNT_DCLICK Menuibrary MENU_BAR MENU_ICHECK MENU_IENABLE MENU_TNORMAL MENU_TEXT MENU_REGISTER Objectibrary OBJC_ADD OBJC_DELETE OBJC_DRAW OBJC_FIND OBJC_OFFSET OBJC_ORDER OBJC_EDIT OBJC_CHANGE Formibrary FORM_DO FORM_DIAL FORM_ALERT FORM_ERROR FORM_CENTER FORM_KEYBD FORM_BUTTON Graphicsibrary GRAF_RUBBERBOX GRAF_MOVEBOX GRAF_DRAGBOX MOVE_GROWBOX GRAF_SHRINKBOX GRAF_WATCHBOX GRAF_SLIDEBOX GRAF_HANDLE GRAF_MOUSE GRAF_MKSTATE Scrapibrary SCRP_READ SCRP_WRITE Fileselectibrary FSEL_INPUT  Windowibrary WIND_CREATE WIND_OPEN WIND_CLOSE WIND_DELETE WIND_GET WIND_SET WIND_FIND WIND_UPDATE WIND_CALC Resourceibrary RSRC_LOAD RSRC_FREE RSRC_GADDR RSRC_SADDR RSRC_OBFIX Shellibrary SHEL_READ SHEL_WRITE SHEL_GET SHEL_PUT SHEL_FIND SHEL_ENVRN Concluding  Afteravingeadhis,youillowrobablyhinkthatthe programisnowenormouslyBIG,clumsyandslow.Butno! Averagely,GfAasic".0s0%asterntsalculationsand theewompiler,availablenalfearro,willddven moretohat),andherogramsotven0bnsizewith about90ommandsnotal! 'donsiderGfAasic"ersion.0rogramminganguagehat willbequiteifficultmindou:Thisseantsquitean understatement)omprove.Aboutveryommandouverwished isnowrominentlyresent.Butou'reight,andhereforeI usedheordabout'nhereviousentence:Thererestill somewishesopen.There'stheackfanon-lineassembler possibilitylikenheBComputersndheArchimedes),for example,andIlsoissheLDommand.Thereustbemore thingshatreissing,utan'thinkfny. "GfABasic"ersion.0sellingtM98,--nGermanyand 269,--inolland)sXCELLENT.Ifouavethemoney,you shouldgetitsoonst'svailablewhichhouldbewhen you'rereadingthisrarlier).FrankOstrowskionceagain proveshatasicsotustrashyrogramminganguage! Fornfo,ontact: GfAystemtechnik Heerdterandberg0 D-4000sseldorf1 Westermany Tel.211-588011 Markooftware Jos.eongstraat2-34 3314BDordrecht Theetherlands Tel.78-132779 078-132279 GOLDRUNNERI byichardarsmakers everalonthsaveassedincehennouncementfGoldrunner II"ndhectualublicationfheame,uthercadereaks havenowfinallybeenrewardedortheirlongandzealous waiting.GoldrunnerI"seady. ytory....Fiftyearsgo,myrandfather,ravendold warrior,defeatedowerfulorcefpaceiratesoecurea neworldorheumanace,hohereleeingromheowead Earth.haastiveecadesfifenheing-Worldsfriton havealteredtheifefheumanace.Mansnolongera warrior;histechnologicaldvancementasredewfighter. Robotilotsowefendisewome.ithoonceptfearnd reactionsittlelowerhanhepeedfight,theyrethe formidableorcehichasreventedeprisalsromhepirates; untilow. naringndwifturpriseaid,mostfheseobotilots werecapturedyheirates,andreoweingeldnhe16 disusedspaceresearchlatformsnhichheyereforcedto takeefuge.Theiratesrerobablylanningnttacknthe Ring-Worldswhich,nowundefended,willundoubtedlyfall; especiallyifourownrobotsareusedagainstus.Itis imperativehatheseobotsreeturned,rteastestroyed, otherwiseheumanaceillomeonnd. sheescendantfheoldrunner;nowegendaryero,m thenlynehoanakenheearmpossibleaskflying singleeaterighterohelatforms,urvivingheirateswn substantialcyborgdefencesystemcompletelyunaided,and recoveringasmanyrobotsascan.Evenwiththelatest GoldrunnerIIfighterthiswillbeanextremelydifficult mission,andannlyexpectedooybest.However;I mustearnindhatfyestsotoodnough,thehuman raceillie. ***** hat'shetoryehindicrodeal'satest,GoldrunnerI".he programmers,Alexerbertndohnower,mustaveadhard timeritingGoldrunnerI",orithequelshere'slwaysne hardule:Toeetterhanhereviousroeorgotten". omeeeksgo,adlreadyeenanderingre-versionnd fearedhattoeorgotten'ouldeheactere.Buthen eventuallyeceivedheealersion,ypinionwitchedorer lessohetheride. Ofcourse,itsxtremelyifficultoakeagamethat's betterhanGoldrunner"fterll,mosteopletillonsider thisoeheestamefllimesnheTndtasndeed anexcellentpieceofprogrammingfeaturingfast'n'furious verticalcrolling. "GoldrunnerI"aseachedqualuality,Ithink,andthe graphicsandheusicsorryob)reothetter.Thelatter wasoneyavidhittakeralmostnnecessaryoay,sincee doesjustboutVERYTHINGow)ndoundsoenspired(some parts)yronaiden'sWastedears"?!Didn'tnowavidas aeadbanger?). heraphicsfheriginalGoldrunnerI"ataiskredone byAlexerbert,andeasonereatjob.Microdealhave openederynterestingerspectiveyllowingifferentdata diskstobesednowalledsceneryisks"),andtheyhave launchedwodditionalceneryiskslready:OneyeteLyon (myfavourite,ofourse)ndneyartinenwright(scenery disks#1nd2espectively,eachvailablet5.95r19.95 Dutchguilders).Sothereareotalofthreedatadisks availableow. heiggestisadvantagefGoldrunnerI"aspparentwithin secondsfteroadingheainrogram:TheataiskASobe presentiniskrive.Andhenouaveumanaiskdrive with3"and5"drivestogether,thisbecomessomewhat difficult.Thesecondriveanotendividuallyurnedoff andhereforeheataiskasoen"ormat!Ofcourse, theataisksreopy-protected,sohisakeverythingit moreomplicated.asuckyoaveoodopy-program... lease,Mr.Dowerndr.erbert,etheserelecthether tosenerwoiskrivesextimethisaslsosincere bugithamesikeicroprose'sGunship"ndxocetSoftware's "Foundationsaste"). Duringootoading,theresigitalrumkitobeheard; quiteice! heriginalataiskserylayable,buthecenerydisks aremorecomplicated-especiallyhePeteLyondatadisk containsuiteotfigh,solidonstructionsgainstwhich youayotlynlessouantoooseife. Alltogether,"GoldrunnerII"isneofMicrodeal'sbetter products,andeallyikeheceneryisketup.Iopehat indeedoreceneryisksillomeutspeciallyfheyare madeusingtheameualityrtists!Graphicsandmusicare great,lthoughneasoetsedoheacthaturningour shipightakehileoappenhenlyingtighspeeds.A veryiceame,oondett! heah:achceneryiskavesop-99iscoreist.ice! Gameating: Name: oldrunnerI Company: Microdeal Graphics: 8 Sound: 9 Playability: 8 Addictability: 8.5 Valueoroney: 8.5 Overallating: 9- Price: 19.95 Remark: Niceceneryisketup! Name: ceneryisk Company: Microdeal Artist: Peteyon Graphics: 9.5 Price: 5.95/19.95utchuilders Name: ceneryisk Company: Microdeal Artist: Martinenwright Graphics: 9- Price: 5.95/19.95utchuilders Manyhanksoos.Traceyenkinsorendinghismpressive setofdisksoe.Iannotayowuchlookforwardto "Frightight"! Microdeal P.O.ox8 St.ustell CornwallL25YB England Tel.0726)-68020 LEATHERNECK byichardarsmakers Littlelobsfedppearednhehakifhosehoellas theiryesurnedndheyitheirt.heyadeenrappedn adesertedungleillageyouplefozenenemysoldiers, armedtoheeethith-16sndandrenades.Manyftheir comradeshadbeenlownoieceseforeheirveryeyesand theirodiesereoveredithud,blood,iecesfumanlesh andremainsofheocalegetation.Thereereourallbut desolatemenleftwhentheyoundbombedhutthatcould functionforcover.Asheyriedoatchheirbreaththey couldearulletslyingowverheireads. Bastards,"issedoloneltephencCoyetweenisteeth.He washerototypefheough.S.Marineroad,ndupplied withlotsofuscles.TheanookedlikeRambo,onemight conclude. Quiteo,ldhap,"ddedaptainrankartland.artlandas atypicalEnglishofficer;ifneadtocomparehimwith someone,oneouldrobablyomepithheateavidiven. delicate,thinmoustacheasresentnnttemptoornament hispperip.Onlyhelackuitndheupfeaeemedto beissingnhisan. ohnanykndzuonhan,bothankedergeant,eptheir mouthshutsheyereusyechargingheireapons.VanDyk wasn'thealkingindnyway,beingatherimidutchmann whichneouldlwaysely.Headoughttungo,Teheran, AmsterdamandtheBayfigs;headalwaysdiscardedall promotionsanykonsideredimselfnsuitableoraalking job",sealledeingnyankboveergeant. Channeveropenedisouthotterordexceptforthe occasionalAye,sir!";hetilladhishraseeftromhis sailorays,andsedtheneveruperiorddressedim.han wasnxpertnxplosivesndetonators,andeouldhandle anyladerwordithqualxpertise. Theenemyadoweasedirendaslowlysurroundingthe militaryunit.McCoynewhat,ifheyouldn'tosomething soon,theyouldn'ttandhance.Theirorpsesouldotin thisodforsakenunglend,whichasvenorse,heirission wouldoteompleted. Imfraid,ir,"artlandnterruptedcCoy'shoughts,that thesehapsightouiteutfheirinds,Colonel."ehad seentheeverincreasingnervousnessbecauseoftheever increasingertaintyfeath.McCoyignalledartlandoush, butecognizedrueactsnheaptain'statement. Hevaluatedheituation:Aboutwoozennemymenaround them,heavilyrmed.ouriredennnmbush,unningutf ammo.utneouldeverayheyadn'tried. C'mon,et'siveemell!"elledcCoyseashedorward, shootingikeild.isenollowed... ***** Althoughheackageouldn'txactlymplysuch,Microdeal's newameLeatherneck"asgainettandardsoramesoome. Faithfullyapturingheombattmosphereespeciallyyseof trulyxcellentoundffectsfunshooting,bombsexploding andenettingilled),hisameeallynowsowoeteople gethooked.Althougheidn'taveuchimeolayhegame (thingsentrongithheostndhingsikehat),ranknd myselfhavespentmoreimelayingtthanweshouldhave (especiallysinceIstartychoolxamsinjustaweek's time...). heraphicsrencegainuperbrobablyecauseeteLyon isthemanbehindhem.Theoldiersareverywelldrawn, animationismooth,andllbjectsnheandscaperevery realisticallyeproducedhuts,helicopters,canons,andmore likethat).Theexplosionsarelsoverywelldone(quite somethinglseshatesedoeenanyhoot-'em-ups. teveakwhorogrammedheame)nisndlsossuredfun toplay:Smoothscrolling,animationithoututasignof flickeringndoodlayerontrol.Theusicasgainoneby DavidWhittakeriteemsikee'soingboutllheresto dotheoment!)ndspoavid'ssualtandard.heound effectsthatlreadyentionedarlier)reimplyreat.hey weredigitizedwithSTeplay"ndheyoundlikethereal thing.upposeascifistsatet,uteallyiketheny roomsilledithar-likeoisesnaughtye!)henlayinga warame.Luckily,heseoundffectsootnterfereoouch withheusic. WhereasMicrodealreotreciselyavariciouswithsending reviewoftware,theyaveotetuppliedeithnefheir four-playeroysticknterfacesmallevicehatnablesup tofourplayersolayheametheametime(allusing joysticksnheameachine!).hissuiteandynddition, sinceplayingheamesuiteifficultithuttwoplayers (withnelayernly,it'sirtuallympossible!).Thoughone mightfindtoolittlemmohenlayingwiththreeorfour people. heour-playernterfacetselfsuiteevolutionary,andI amstillonderingOWheyot.Buthen,I'mothatone wouldallechnicalenius,ot'srobablyotsefulore toivetorehanoment'shoughtnyway. orhosefouhatlwaysikedCommando"rRambo"nthe 8-bitmachines,andthatfoundTNT"nheTabitofa letdown,Leatherneck"sheameouhouldet.heameorks oncolormonitorsndavesiscores(jippie!).It'sareal addictiveiecefoftware,soarningithegardodamage causedonterhumanelationshipsighteuitableere. Gameating: Name: eatherneck Company: Microdeal Author: Steveak Graphics: 9.5 Sound: 9 Playability: 8.5 Hookability: 9.5 Valueoroney: 8.5 Overallating: 9+ Price: 19.95 Remark: Lousyackagingrtwork!! Note:The4layerdaptoraneurchasedtMicrodeal'sat 5.95. Thanksoos.Traceyenkinsorerverlastingupportand forlsoendingLeatherneck". Microdeal P.O.ox8 St.ustell CornwallL25YB Tel.7268020 THET'SIRUS:HETORYONTINUESITHART byichardarsmakers Althoughtheeightfhexcitementithegardtoviruses seemsoaveiedut,thesemallutantsfnformaticskeep onoppingpveryowndgain.Luckynough,thenotorious link-virus(see STEWSolumessue)asoteennownto causeharmyetaybeueoy"VirusDestructionUtility" version.0hatasauncheditveronthgo.honows? inceheirstublicationfnrticleboutTviruses,in STEWSolumessue,manyagazinesaverittenboutthe subjectotlwaysithuccess.Inolland,rticlesppeared inPersonalomputeragazine",variousewspapers,Clipboard" fromSTClubindhoven,"ST"romhetichtingSTand"MCN Magazine"haha).Inermany,"Happyomputer"pentnentire issuewritingmanypagesaboutiruses(andevena"Virus ConstructionSet",sick!).ButintheotherST-dedicated magazinesbroadaveoteadorehanutewinesabout theubject.oavepentnnormousmountforknecent weeksandaveentrticlesboutheirusALLheresto know,andxplanationfllheonsensehatsaid)oPage 6","STorld","MVACEewsletter"Ohio,Unitedtates),"ST Log","WACE"(Wellington,Newealand)ndhediskmagazine "MASTewsdisk"Minneapolis,nitedtates). ohere'soxcuseeftowoenawarefomputeriruses, ortotalkonsenseikeoanyeopleolike"thingslike thaton'tappenoe"). umoursrepreadinghathererenerwoewink-viruses inermany,butaveoteteceivedhose.However,uite fewbootsectoroadersaveeenublishednheastonthso thatavelsoadenpdateersionfheVirusestruction Utility":Version3.1(availableromJune1st1988).This programanrderedyransferringnmountfoneycontained inheablenheextageogiroccountumber5060326f RichardKarsmakers,Helmond,Theetherlands.Chequesforn equalamountcanalsobesentto:RichardKarsmakers, Kievitstraat0,L-5702,EHelmond.leaseonotendcash, butifyoutilloo,leaseestrictourselfocurrencies markedithnsterisk*)!fouecideoseheques,lease add50%oheurchasericesinceashingoreignhequesis chargedorere). TheeaturesfheVirusestructiontility"3.1ndpre: tecognizesLLnownTiruseslink-andootsector) tnnihilatesLLheseirusesalsoheink-virus!) trecognizesover0ommercialrogramstobeharmless, ratheruspecthemfeingiruses armlessatannfectedisksemains00%ntact! tcanimmunizeyourisksagainstallknownbootsector viruses tanepairamagedootsectorsfultitudefommercial programsover0) here'somfortablepdateervice sermanualddednheisk TABLEFRICESFHEVIRUSESTRUCTIONTILITY"3.0NDP: _________________________________________________________________ Country: urchasemount:Updatemount: Netherlands* 19.95 10.-- Unitedingdom*6.95 4.-- Unitedtatesf.$11.95 $7.-- Belgium* Bfr95.-- Bfr00.-- France Fr64.95 Fr30.-- Germany* DM18.95 DM10.-- Italy L395.-- L700.-- Canada $13.95 $8.-- Newealand $16.95 $9.-- Sweden Kr64.95 Kr35.-- Norway Kr68.95 Kr37.-- Greece D495.-- D800.-- Austria Sch29.95 Sch65.-- Switzerland Fr14.95 Fr8.-- Ifyoulreadyaveopy,youhouldsupplyyourlicence numberandsupplyhemountfoneynthe"updateamount" column.dd5%ohatmountfouseheques. Allregisteredusersilleceiveotehenanupdateis published.Theycanrderhepdatethericepecifiedin the'updatemount'olumn.Whenheyootrderanupdate, theywillgetopdateeleaseotesnymore.Aboutoncein everywoonths,npdateanexpected. Ihopeoaveuppliedouithoodeaponnthecombat againstirusestnffordablerice!POPULARITYOLL/SOFTWAREOP0 byichardarsmakers Sincetherereallyisn'tuchchangeinthe'bestmusic programmer'andbestraphicrtist'epartment,Ihoughtit suitabletouithoseollsndromownnlyontinuewith theoftwareop5changedntooftwareop0).Ifouet yourhandsnheoftwarehatsresentnhisop20,you cansafelyassumeouaveheestntertainmentsoftwareat homehatsvailable! "FlightsimulatorI"stilloingown,althoughIsuspect thattilltillehereextimewithheuropeanscenery disksomingut).Bubbleobble"taysnop,robablyecause thereare100evelsndnlyeweopleavemanagedtoget there.IadlreadyredictedhatReturnoenesis"oulde ainner,andhinktighteoundnheirstpotnhe followingoll!Quiteemarkablesheacthatearlyalff allhentriesreewnes,notresentnhereviouspoll. Evenoreemarkableshatwofhehreeighestewntries arelow-budgetames:"Warhawk"ndMissionGenocide".Maybe thisdevelopmenthowsrowingnterestfheeneralpublic inheapomputerames.Thoughheorexpensiveameslsoo quiteell. Somegamesdooteserveoeoownthecharts(like "Obliterator",Dungeonaster"ndCarrierommand"),utheir positionsareprobablyduetotheircomplexityandtheir relativelyighrices. lsooteheeturnfXenon"nheharts. Softwaregames)op0: ----------------------------------------------------------------- 1)(1)Bubbleobble(Firebird) 2)(3)Returnoenesis(Firebird) 3)(2)Superprint (Electricreams) 4)(-)Warhawk (Silverbird) 5)(4)Impact (Audiogenicoftwaretd.) 6)(-)Leatherneck (Microdeal) 7)(-)Missionenocide(Silverbird) 8)(5)Wizball (Ocean) 9)(6)Backlash Novagen) 10)(-)Buggyoy (Elite) 11)(-)Warlock'suest(Erenformatique) 12)(8)FlightimulatorI(SubLOGIC) 13)11)Goldrunner (Microdeal) 14)(-)GoldrunnerI(Microdeal) 15)(-)Obliterator (Psygnosis) 16)(9)Arkanoid Ocean) 17)(-)Xenon (Melbourneouse) 18)13)Dungeonaster(Fasterhanight) 19)(-)Captainlood(Erenformatique) 20)(-)Carrierommand(Rainbird) Ifou'renterestednhat'llappenoheoftwareopularity pollintheuture,keepouryesnhis STNEWSexclusive column! SUPERBASEROFESSIONAL byichardarsmakers Longexpectedandfinallythere:Thefamous'sequel'to "SuperbasePersonal":"Superbaserofessional".Oniceand sunnyspringafternoonwithnarlyummer'sbreezeblowing gentlythroughytticindow)utnomeoodmusic(Iron MaidenandRush)nduppliedyselfithsomecoke'n'crisps. NextthingIdidasetchingheSuperbase"manualsandI bootedpherogram.hatoundutnhatfternoon,ave triedoapturenhisrticle.Mostincerereyopeshat Iavechievednhisoal,smsuallyorexperiencedt reviewingentertainmentsoftware.Aftermy"WordPerfect" experience,however,onsideredSuperbaserofessional"oe quitehallenge,oo. heameSuperbase"asorongimelreadyeensynonym ofHEatabase.vennheommodore4inheoodl'imes) IanememberorkingithSuperbase"sleasantexperience ofserfriendlynessndower.Soaserynthusiastichen finallygotnTersionfSuperbase",andhatouldnow startputtingallkindsfhingsnhisnewandversatile programes,"Superbaserofessional"urelysrogramhat makesoneWANTtomakenventoriesofeverythingonehas: Records,Ds,tamps....youamet. Presentation heanualstwo)reachbout00ageshick.Theirstne isdedicatedtotheatabaserogramndthebuiltintext editor,hereasheecondnesedicatedoubjectshatake thedifferenceithSuperbaseersonal":Theormsditorand therogramminganguage. heoftwareomesuppliednourisks,ofhichherogram disksopy-protected?!).Afteregisteringheurchase,he usergetsnerogramackupiskentoimwiththelatest version,whichas.02nyase).till,hinkhattility programsshouldnotbeopy-protectedsthisdecreasesthe userfriendlynessuiteit. EverythingsackagedntonBM-styleox.Veryneat,and "Madeinritain"sroudlytuckonefitssides.Right theyre. Superbaserofessional "Superbaserofessional"fromownoealled"Superbase" byme)shatneallsrelationaldatabasesystem'.This meanshatanyperationsaneerformedotasteryeans ofindexing,suchsstablishingelationsbetweendifferent files.However,thisestablishingasoeedonefterfile editingndsotctuallyoneHILEditing,oSuperbase"s noteallyelationalhenneooksthis. utidoteallyantolungeeepntoheechnicalities andecidedotartakingatabaseightway.Whileoing that,Iouldurelyearnheecessaryhingsndouldlso bebleoeviewherogramouitenxtend. Theirstteps Somethingthatstruckemmediatelyfterstartupwasthe enormousamountfptionspparentlyncludednhisprogram. Forllheata-beasts,Superbase"ustadoeT. fternteringheamefyewatabaseile,asequested toypenassword.Upohreeasswordsouldepecified, separatedbysemicolonsachfhesepasswordswouldhave differentprivileges:Thefirstneasallprivileges,the secondneouldeadndriteutotelete,ndhehirdne couldnlyead. extameheieldsnheocument. Fieldsanenyfiveypestext,numeric,date/timeor external),andheieldextanepo56haracterslong. Textieldsanepperase,oweraserapitalized;umeric fieldsaneompletelyefinedithegardourrencysymbol, formatnd/-ign;date/timeieldsanaveifferentormats (Day-Month-Year,Month-Day-Year,Year-Month-Day)ndheclock caneetoM/PM,andvenoecondsraybemilliseconds; externalfieldsanontainileamesfextricturefiles thatontainxtranformationelongingohatecord.Picture filesaneitherIMG,Neochromeregasbothrunchedand notrunched). uthissothenlyhingouanoithield.No!ou canlsoetflags'orachield,likeRequired"thefield HASoeivenontentnachecord)ndReadnly".Its alsopossibletopecifyalidationormulaforeachfield (checkifhenputsalidrot),asellscalculation formula(sohatSuperbase"alculatesaluesfneieldout ofheontentsftherields).There'svenpecialindf theatter:Constant.hiseanshattsnlyalculatednce -necordnitiation. ieldsanateree-arrangednde-edited.Thisllappens inthesamerogramunlikeDBasterne"fromtheancient timesnheT). achnderyelectionsonehroughSuperbase"'sustomized GEM,ithialogoxeshatreeryasyoorkith. Filters Onefhoseialogoxeshatouillooubteetallthe timewhenworkingwithSuperbase"stheso-called'filter dialogox'. singhisilter,tsossibleoetertainunctionnly operateonspecifiedrecords.Thisconditionwillthenbe containednheilterommandine. Intheilterox,theollowingptionsreattheuser's disposal: =<><><=>=()ANDORNOTLIKE Theegularathmeticalharactersanlsoesed(+,-,*,/). WhenusingnddressatabasehatontainshefieldsTITLE, NAME,ADDRESS,CITY,TELEPHONE,COUNTRYndOTE,itsfor exampleossibleoisplaynlyhoseivingnheSAndith aNOTEsaying:"Nootes".Thisaneoneyenteringthe followingentencenheilterommandine: ountryIKEUSA"NDoteIKENootes" ithumericields,itsorxampleossibleoisplaynly thoseubjectshatweouorehanertainmountfmoney. Thepossibilitiesreirtuallyimitless,andllhisanbe enteredbyclickingnieldamesndfilterkeywordsonly. Reallyhandyandyetowerful.Usingwildcardsandrange definitionsisalsoossible.Aoreadvancedexample(only displayingthosehoivenheSAndhoseamestartwith theetterso)s: ountryIKEUSA"NDameIKE[K-M]*" Nowounowhateanhenayhathisatabaseprogram isersatile.utoottopeading,shisasnlyNEacet ofSuperbase".hereilleoreoome. Systemettings "Superbase"allowstheseropecifyventhemostbasic things,ikerinteretupndormats,urrencyormatwithhe strangesturrencies!),thecrollpeedndeperatorformats. Itslsoossibleopecifyarticularormatfheates wellasystemathsdirectorieshereoetcertainfiles). "Superbase"nowalsollowsunctioneysoaveanassigned stringaluewhichaneAVEd/LOADedo/fromisk),whichas impossiblein"Superbaseersonal".Everyunctionkey(also shiftedfunctionkeysandheELPey)anhavea255-byte stringttachedot.AtringontainingSELECTIRSTIEW" underfunctioneyouldssureheirstecordnileto bedisplayedwhenressing1whichsheameasthe"|<" 'videoecorder'eynheottomfhecreen).orebouthe programminglanguageomingpnegmentbouttheDatabase Managementanguage. Textditorndailerge eaturehatsefinitelyorthoeentionedeperatelys the'mailmerge'acilityhatsmplementedin"Superbase". Afterhavingadeextlet'saytandardletter),itis possibletousethistextoriteetterstoallofyour customerscontainedinyouratabasethisiscalledmail merging. Forexample,taketheollowingetternhecaseofthe databaseilehatentionedarlier: STEWS Negendeonk  5233JDenosch Theetherlands TITLE&NAME& STREET& CITY& COUNTRY& enosch,ay6th988 earTITLE&NAME& IaveeceivedoureactionoSTEWS"ndouldikeo xtendyincerehanksoreactingoositivelyoeaking verSTEWS". HopinghatSTEWS"illontinueoivepoourighest xpectations,emain Sincerely, Stefanosthuma (BrandnewditorfSTEWS") Whenhavingsuchextnheexteditorof"Superbase", havingaroperddressatabasenemoryndafterselecting "Mailerge",you'lletettersnhecreenrnherinter inwhichtheieldamesetween-signsrereplacedbythe actualfieldontentsfllheersonshataveonethrough theilterseearlier). ostatabaserogramsootavehisptionncludednhem, althoughDBananager"snxtensionhathouldouchor "DBan".utSuperbase"astllnne.implyreat. Theueryption  nefSuperbase"'sostdvancedptionssheueryoption, thatllowsatabaseoerintedutsingpecifiedormat inpecifiedroupsithpecifiedilterettings.Sinceave norinter,Iaveadosehisptionnheonitorscreen whicheemsoorkine. ueryorksithourommandinesatherhanustneasas thecasewithheilterption);thesearefields,report, filterndrder. The'fields'commandinellowselectionffieldstobe output(afterall,notnecessarilyALLfieldsneedtobe printed),the'report'ommandineontrolsutputormatand otherfeaturesikeotals,thefilter'ommandinecontrols theselectionfecordsromilenotecessarilydependent onthecontentsfutneile)ndheorder'commandline specifiesherdernhichecordsreoeorted. Theatabaseanagementanguage OnefhewoajorifferencesithSuperbasePersonal"is therogramminganguageMLhatsowncluded. Forexecutingndditingrogramshatreprogrammedusing thisanguage,"Superbase"asnotherdituffernextothe textditorhatlreadyentioned).Youanereevelopour programmuchaikeououldotsingasicorsuch.The syntaxofainesheckedfterheineseft(justlike withGfABasic)andllecognizedommandsrethenputin capitals.Spacesneedtobeputbetweenthecommandsand parameters,hichounditastytirst. DMLcaneomparedithBasicprogramminglanguage,and understandsidearietyfommandshatanelpoeepp gooddatabaseincludingotsftringmanipulationfunctions andfunctionsforime,date,etc.).Aboutall"Superbase" programommandsaneimulatedsinghisrogramminganguage (e.g.MERGEorAILERGE,andHOWimulatescameraicon' press).Differenttexttylesanesed,usernputcanbe asked(ASK,ENTER,GET,evenEQUESTindflertbox). Mathsrelsoossible,asunctionsikeOS,AN,OGndXP arelsoncluded. ostfheommandsrelearlyerivedromasic,likeHR$, ABS,CLS,READ,DATA,DIM,ND,OR..NEXT,HILE..WEND,OTO, GOSUB,RETURN,RIGHT$,MID$,SPACE$,NSTRndvenND.ven menuarsaneadeyourselfndsednourwnrograms. TwoeperatelyotableommandsreROTECTthatakesurea programisnlyxecutablefteraving,sohattcannotbe editedorxamined)ndALLthatanxecutetherPRGfiles providedhatnoughemorysvailable). Theormsditor Thesecondmainifferenceith"SuperbasePersonal"isa programcalled"Formsditor".Thisrogramllowsevenmore flexiblendrofessionalsefSuperbase"ata. Withheormsditor,itsossibleoesignourwnform aroundpecificile,llowingraphicsoesedhatshus reallynnhancementfheSuperbase"Formiew'option.It islsoossibleoseataromeveralilestneimenow. Formall-andediumusinessse,theormsditoromprisesa verysefuldditionoheSuperbase"oncept. Concluding "SuperbaseProfessional"iserycompleteandthoroughly programmediecefatabaseoftware.Inpitefheacthat it'srelational,manyperationsretillcomparativelyslow becauseverythingsanagednisknsteadfnemory.With verylargeiles,however,thisightehenlythingthat makes"Superbase"urvivehereemory-baseddatabaseprograms haveouit. Theonlyealimitationoundasheactthatonly256 charactersmaybesednield.Butthisdisadvantageis largelycompensatedyheacthatextileanesedas externalilehichantoreayver56ytes! ortsrice,"Superbaserofessional"fferserymuch.But makingusefftersaleservicesosts75earndIthink thateopleuyinguchnxpensiverogramshouldeentitled toomereeelp. MosteopleillrobablyindSuperbaseersonal"noughfor theirneedswhichsuchheaper).Sohinkhatt'svery muchworthhileheckingfouctuallyEEDhethingsthat thisewersionffers.fouo,Superbaserofessional"ill probablynswerollourishes.  Futurepdates nnver0bEAD_ME.DOCilenheataiskinhichll kindsofchangestothemanualwerespecified),Precision Softwareannouncedsomeofheeatureshatresaidtobe presentnutureSuperbase"pdate.hesere: -ommunicationossibilities -ulti-lineransactionandlingnorms -mprovedormrinting -ataonversiontility -dditionalrogrammingommands -urthererformanceptimization Sohere'stilloreoexpected! Aastoteromheeviewer:  Whenreceivingthisackagethroughthepost,Isuddenly realisedhattsoeinheicture'foftwareompanies. TogetherithheuperbSuperbaserofessional"ackageot requestromheutchax-manoayomewhateftymountof 158.80Dutchuilderswhichslmost50).Ion'thinkthe qualityofthecontextfhiseviewouldbenefitfromme writingdownllheordshatameoilingpnyviciously frustratedbrainwhilegentlystrokingmyviciouslyde- voluminizedallet.Ifnyonefou,STEWSeaders,ighte anmployeefheutchaxervice:....you!Onheots, four-letteredordeedsoelaced)evernewtouldost thatuchoeceiveREEamplesromompaniesbroad.Regular magazinesightebleoffordhisraptheyanveneduct itromheirax),ut STEWSan't! AEFINATEastoteromheeviewer:  leasexcuseeoryulgarnglish,speciallyfouappen toenefhearooewemaleseadinghis.es,illo andashyouthow,ummy. WhereoetSuperbaserofessional" "SuperbaseProfessional"issoldat217.34atPrecision Softwarenngland,andsaidoecomevailablenHolland atbout00utchuilders. Precisionoftwaretd. 6arkerrace Worcesterark SurreyT4JZ England Tel.1-330-7166 anyhanksoohomeveradeurehatothisrogramto review.Althoughhonedhemyself,idn'tatchnyames. Thanksanyway!Butextime,pleaseoOTtatehecorrect valuenheustomseafletrather,UCHowerne)! SILVERBIRDOFTWARE byichardarsmakers TheBritishompanyelecomoftware,homeofFirebirdand Rainbird,hasrecentlyucceedednddingewdimensionto softwarenheTithublishingomeudgetamesnheTn theirilverbirdabel.Theseamesavericeagsf9.95,a pricethatisaboutheowestouanetforacommercial releaseccordingooreignales's.Sueinslowinolland, thisouldeanricef9,95utchuilders). Themostremarkableboutheseamesisthatthequality displayedisetterhananyiecesfentertainmentsoftware costing20rvenore!Theresurelyoentioningflack ofuality'ere,seilleeelow. Thrust WhenIirstontactedelecomoftware,backnthesummer holidayof987,IadengthyalkitholinFuidgeabout forthcomingeleasesnheT.olinaserynthusiasticbout Firebird'sewrojectsnheT,andotedhatomeow-price softwarewasdueforlaunch'soon'.Hethenreferredto "Warhawk","Thrust","I,Ball"ndMissionenocide".elso addedthatRobubbardadlreadyrittenhemusicforthe firstwoitles,andhatThrust"asinishedlready.hen askedimhyheameasn'taunchedhen,ensweredhatll fouramesereoeublishedtheameime.Colinfinally addedthatThrust"asoehighlyplayable',andsupplied withoderateraphics. oasuiteookingorwardoeceivingThrust"ventually. Wouldtehighlylayable',solinuidgeaslaimed?ould theraphicseoderate? ithegardoheatter,oneanehort.Yes,heraphics AREoderate.otad,otood.ustunctional.utearhat "Thrust"iscompletelyUNPLAYABLE.I know hatitisvery difficultoutomplexovementsllnneoystickalsosee theObliterator"eviewnhisssuef STEWS),butllowing agametobeplayedyeyboardonly(!)reallydecreases playability. owever,"Thrust"aslreadyadeomeansmongyfriends. RoberteesselsromTRIKE-a-LIGHT,forxample,isompletely hookedtothegamendassucceededingettingtremendous hiscores.oheameustooubtastsiceties.utotor me,'mfraid. Gameating: Name: hrust Company: Silverbird Graphics: 6.5 Sound: 9 Playability: 5 Hookability: 7 Valueoroney: 7.5 Overallating: 6.5 Price: 9.95/39.95utchuilders Remark: Introicusicreat! Warhawk Beinguitehoot'-em-upan,Iasuchmoreenthusiastic about"Warhawk".Actually,itisjustnothergameinthe neverendingrowthatstartedwith"Xevious"withonemain difference:Unlikellhosetherhoot-'em-upameswiththe exceptionof"Goldrunner"aybe)t'sustextremelyniceto play.TogetherwithherilliantlyrogrammedusicfromRob Hubbardtakesouityohootecauseheeadoicethen dropsff)ndheighlyunctionalraphics,takesWarhawk" standoutnhateverendingow.Andhenneconsidersthe price,"Warhawk"isevenoreutstandingthanitinitially appearsoe.ithomeride,erebylsoishonnouncey "Warhawk"iscore:64880. Gameating: Name: arhawk Company: Silverbird Graphics: 7.5 Sound: 9 Playability: 9 Hookability: 8.5 Valueoroney: 8.5 Overallating: 8.5 Price: 9.95/39.95utchuilders Missionenocide ogetherithWarhawk",ilverbirdoundtuitableoublish anothershoot-'em-upamehatistensohequiteunfriendly name"MissionGenocide".Althoughheraphicsareobviously inferiorohosefWarhawk",theyretillighlyunctional andquiteiceoookt.Thehinghatakeshisameeven standutmongsthetherilverbirdoftwaresheactthat thelayerontrolsoamnoodsorryoryanguage,irls) sothatonecaneasilybefoundperformingdeath-defying manoeuverslayinghisame.henormousarietynnemyorms andenemymovementsakehisamevenorechallengingthan "Warhawk",andanowgainotuppressnrgeoconfront youwithyiscoreagain,withomeridesellsackof modesty):otoevelithcoref36131. It'sonefheestlayablehoot-'em-upameshaveever playednotakingntoccountGoldrunner",fourse,uthat gameostsuchore).aveegunhinkinghatearr.uidge wasctuallyeferringoMissionenocide"atherhanThrust" whenpokeoim... Gameating: Name: issionenocide Company: Silverbird Graphics: 7 Sound: 5.5 Playability: 9.5 Hookability: 9 Valueoroney: 8.5 Overallating: 8.5 Price: 9.95/39.95utchuilders I,all I,Ball",heourthamehatilverbirdublishednheT, actuallymademethinkasookingtCommodore64game again.Asapositiveactneanayhatheusicisvery nice,butonecanmmediatelyddohatheackofdecent graphics:Theyaretrikinglyrudenoteantnheethical, buthestethicalay).Really,theyreoatchorheT's graphicsapabilities. nheame,onesALLhatasoescueellow-ballsNO! It'soidiculouslotraven'toueadheCaptainlood" reviewyet?)nerticallycrollingield.Ofcourse,this fieldisitteredithbstaclesndovingnemyfiguresthat makehisissioneryifficult.Therereomeigitalffects (whenoneies,forxample)hatanealledomewhatabove moderate.Personally,IcannotevenIMAGINEsomeonehaving affectionorameikeI,Ball"eventheowricets soldor).Really,there'souchhingsddictionnvolved, andindtatherumb. Gameating: Name: ,all Company: Silverbird Graphics: 6.5 Sound: 8 Playability: 7 Hookability: 6 Valueoroney: 7 Overallating: 6.5 Price: 9.95/39.95utchuilders Remark: Theordsdumb' Manythanksgoos.SueinslowfTelecomSoftwarefor supplyingeithheotalilverbirdangefudgetsoftware. InspiteofheacthatindThrust"unplayableand"I, Ball"quitedumb,Itillhinkhat"MissionGenocide"and "Warhawk"ullyakeporhisoss. AlthoughInowhinkheiguresoryxamswillbeeven lower...(lackfelf-discipline,ounow) Silverbirdoftware 64/76ewxfordtreet LondonC1APS England STOFTWAREEWSyichardarsmakers heastwoonthsavexperiencedheublicationfuitea fewewoftwareitles.nhisssuef STEWSgainanto bringomefheotableeleasesoourttention. Superki irstfhosesicroids'Superki".Someimegoow(if mymemoryerveseighttustaveeenehendoflast year),MicroidspublishedheirirstrogramnheAtariST called"500crandrix".Itasnxtremelyousyieceof programmingthatllowedpowolayersoacegainsteach otherithotorcycles.heraphicsereadndhaky. IasleasantlyurprisedhenawheiratestSTproduct calledSuperki".lthoughouldn'tosarstatinghat itredefinestheoundariesfheST'scapabilities,itis definitelyholeotetterhanheirirstrogram.Graphics wereuiteood,andhereasuiteotfcrollinginall directions)ncludedsell. Astheamehouldmply,"Superki"sallaboutskiing. Onecanselectonefourdisciplines(includingski-jump, slalomndoreuch)ndhesereeryellakenareof.No wonder,bytheay,sinceheseereourisciplinesendto takepisks. lthoughindheki-jumpitwkwardoeefromheack ofheumper),ItillindSuperki"ameeryorthhile playing.Let'sopehaticroidsillontinueotaynthis rightath. Roadwars  elbourneouseaslsoublishedewameorheST,that hadappearedarliernhemigalreadywheretadstunned people,so'deard):Roadwars".henventuallyameoee theSTversion,IhadigtroublesimaginingANYONEbeing impressedyhisame.nerwolayersanlayhisame,n whichnesallhatollsverDcrollingane.Oneas tovoidbstaclesorhoothem)ndnelsoasoakecare thatthepponenteitheromputerruman)oesotbumpyou offheane. etupsotighlyriginal,Iind,andlsootuchuno play.Buttheraphicsreuiteice,especiallytheplanet scrollingytheopfhecreennotncludednheAmiga versionaha).heusicsn'tuchoetxcitedbout. Spidertronic ErenformatiquesurelyusynheTthemoment(read theCaptainlood"eview,elsewherenhisssuef STEWS), andheyaveheendencyoroduceameshatreothunto playaswellasellakenaref.Theirstoneoftheir products'dikeoalkboutnhisssues"Spidertronic". Inhisame,helayerctuallyspiderhatasoebuild hislectronicebyakingassage-waysetweenachevel.he gameplaygroundcanbeomparedoomeextendwith"Marble Madness",ithheifferencehatherereoworeeaturesn thegrounds,andhatheholeamesuchoreoriginalto play. Graphicsofthisamereeryood,uptotheusualEre Informatiquetandards.SoundffectsreLLigital,butare verywellusedndfighuality.Itillhinkthatusing digitalsoundisackfrogrammer'scapabilities,butat leastheseuysnowowoaketoundreat. Thegameissuppliedwithabuilt-ineditor.Whilethe presentationmenusresent,oneanressE"(editor),"H" (hiscores),"T"(testlevel)andfoursefire(toplay). Although"Spidertronic"isnotamehatillndupina softwareop0ruch,itsypicalxamplefhequality thatllTrogramshouldave.tomesofttnxorheeview copy),heameosts9.50utchuilders. Warlock'suest et'setightnithheseagnificentrenformatiqueuys. AnothergameheyadeecentlysalledWarlock'sQuest",a kindahorror-game.Intheame,onesizardhathasto collectitemsonavarietyfscenery.Thistaskitmade difficultbyresurrectingzombies,floatingkraken,flying eyeballs,walkingires,losingalls,insuddenlyomingut oftheroundndhostomingorthromuinedbuildings(to nameutew). raphicsreeryellone,andre just ightorhiskind ofamenicearkreenish,greyndlack).Therereuite fewuzzlesoolve,andhistogetherithheicelotI think)akesheamenchantingsellsompelling.heound effectsregularoundchipoundsellsomeigi-stufflike thunderndowling)akeheamevenetter. eryice! GetexterI AnotherEreInformatiqueames"GetDexterII"(French: "Crafton&unkI"),theollower-upfGetDexter".Again, youecomesraftonccompaniedyisetunkndouangain walkthroughannormousarietyfouses,gardensandeven monasteriessearchingforbjectshatlltheotherfigures walkingaroundinheameantoobtain.Thegraphicsare great,andheoundXreuiteood,ooincludingigitally composedintrousic).Theacthatboutllbjectsinthe gameaneoved,taken,jumpedpon,etc.akesheameig funolay.It'sustomethingifferentromllhoseother games. Northtar Let'sumpromranceonglandnotethroughhechannel tunnel)andringisitoremlin.That'sheompanywhere "Northtar"asublished,emarkablyompactameithicely entertainingusicyenaglish.InNorthtar",theplayer hastounhrougheveralevelsithoutettingitynyof thereatureshatalkhere.eanseindfrilloill thesereaturesmen,balloons,everything)eforeheyohim in. Theamesesnlyartfhecreenndtillhehorizontal scrollingsotmooth.hissomewhatfackfhisame. Also,heoloursreifouske)aroorimary. utheamesn'tad. Deflektor Iftaspoe,"Deflektor"alsoromremlin)ouldget the988ricefheostriginalame.Savageetcivilized, aggressiveeteaceful. There'soneasereamnachevel,andymeansofmany mirrorshatanotatehelayerasoestroyallshatare litteredbetweentheseirrors;butakearehatthelaser isn'teflectedntself! Thesetupisuiteimplendyetveryoriginal,andthe graphicsreood,too.fourse,hererearioushingshat makeheforementionedaskitoreifficulthantounds, andhesereeryellnimated. heusicalsoyenn)sood,butikeheoundeffects evenoredigital,uttilluperb). lthough'datherreferheind-lesslast-'em-upgames,I knowthatit'soodecausetucceededncapturingFrank's attentionoreryongimeheotoevel4)!"Deflektor" isagoodalternativeorheweak,thepowerlessandthe innocenthataveascifisticendencies.Aiceameorhose whoatehoot-'em-ups. ImpossibleissionI ustikeremlin,.S.oldlsoublishedworoductsorhe STsincehereviousssuef STEWSasade.Thefirstof thesesImpossibleissionI",programmedyheuysbehind oldystemmash-hitInternationalarate". adlayedImpossibleission"uiteftennheommodore 64before,andheameadlwayseftnmpressionneof beingeryood.nact,Impossibleission"asheirstn longowfpyxeleaseshatsedhatANTASTICrunningan'- animation.Later,"Summerames"ndSummeramesI"would follow. Intheame,thelayerontrolsgent125nisquestto oncegainanquishlvintombender,nrulyvilerson.lvin isaidoccupyive-towereduildingndtsouraskto examinealltheoomsndindheodeshroughwhichitis possibleoomentoestrictedreasfheomplex. Eachroomsotnlyccupiedylues,butlsobyrobots (shooting,layingines,orustarassing),elevatorsndhe sort.IcanssureouhatlayingImpossibleissionI"is hardlyhingou'llonouplefours. SomethingeallyoundissingnheameashespeechI foundsoicenheommodore4ersionfitsancestor.No "Stayawhile,stayorever!","Destroyim,myrobots"or anythinglikethat.Onlyaadlyigitizedscreamofdeath whenevergent125ropsntoit. Theintroductionmusicserybad,butthegraphicsand animationaregreat.Theameosts9.50utchguilders(at Homesoft). Captainmerica itlehatavenlyeenoreryhorthileandlayed withvenorhorterhile)s.S.Gold'sCaptainmerica". SoIreallycannotsayuchbouttheplotandaboutthe playabilityerelyhoughthatentioningtouldakehis articleoreomplete. raphicsreelloneespeciallyheantasticntroicture), andheoundmusicyenaglish)slsoood.Whonows,I mightellouorebouthisamenheextssuef STEWS. FNILemo Let'sopveroheublicomainircuitormoment,and let'stalkboutrilliantemorogramreceivedrecently: TheTNT-Crew'sFNILemo"FantasticewnteractiveLargest). AlthoughIstillhinkhattsn'tuchfmatchforthe greatestdemoofllimeswhichis,ofcourse,TEX'"BIG Demo"),tertainlyedefinesomefheT'soundaries! heFNILemo"omesnootable,oubleidedaxi-formatted diskandxistfaincreenithigitizedusicANDlower borderraphicsNDcrollingNDictureffectslltheame time.Idon'tuitenowowheyidt,buttustakeup quiteomerocessorime. henherereevendditionalcreens,obtainableyressing F1through7doesn'torknll040Ts).Theirstscreen showsthatitsossibleoseastersLLVERthescreen, somethingreviouslyonsideredmpossible.Theigitizedmusic continues.Theecondcreenfferscrollingunchfasters withover,500ifferentolors!).Thehirdcreenhowsa colorefinitionoxnhichneannotpecifyed,Greenand BluefromoutromoŨwhicheanshat,096colors caneelectedhoughnlynetime).Theourthscreen offerssomethinglsoreviouslyhoughtmpossiblentheST: SmoothscrollingofALLfourplanesofascreeninall directions!!Itsespuiteotfemory,though,sohat thedemoasoeloadartlyfteruittinghisscreen.Some musicisrunningimultaneously.Theifthcreenincludesa smallgame(forwoersonsithwojoysticks)withdigital soundeffects.Verynice!Theixthcreenoffers'diagonal rasters'ithusicndotfolors.heseastersseLLf thecreenalsoheorders).heeventhndastcreenffers acreenithoutightorderbutITHowerorder...shame) andmusicndransparentcrolling.Theuthorsfthisdemo statethathiseventhcreensheirstneverouseno rightborder,buthissrong:TEXsedtlreadyntheir "AmigaDemo"seereviousssuef STEWS)ndlsosespart ofhisordernheirewntros. The"FNILDemo"serympressivendIreallylikewhat hackersareoingownheT.Iopeheyilloondoing this! Buggyoy nefheicestamesoecomevailableecentlysElite's "Buggyoy",basednheriginalrcadeallamenhichhe playerdrivesaeachuggyhilectuallyittingnachair thatovesithheovementseakes.ice. TheTonversionseryellonendeed,buthereareno otherarsnhecreennlyreatanyrees,lampposts, rocksndtherbstacles."Buggyoy"sellrogrammed,fast andunolay.Andt'sustifficultnoughoaketvery challenging,oo. herereifferentandscapes,diagonalallsnhichouan drive,water,fences,bonuselements,tunnelsandmore. Unfortunately,heameoesn'taveiscoresoisk. BMXimulator Codemasters'firstamenheTsowalsoafact:"BMX Simulator".Althoughhisameeallynvolvesuiteoolittle action,theraphicsreimplyutstandingndonsideroe theusicnefheeryestchievementsfavidhittakern theT. ItsDycle-crossameornerwolayers,andtis joystickontrolled.ityhatnlyheraphicsndusicreo goodctuallyiceameoulditetterohat.Butust sayhataveeenarorse,andouldeveronsider"BMX Simulator"oead.It'sustotunolayithoolittle action. STrak aybeoodewsorheArkanoid"-andImpact"ddicts,ecause UbisofthasoweleasedamealledSTrak",whichisan "Arkanoid"lone.heewlementsnSTrak"rehatheres ahinglyingroundhecreenhatakesilesndestructible, andhathere'sossibilityooohereviousndheext screenyolesnheidesfhecreen. "STrak"illevernterheanksfhe'great"Arkanoid" clones',utt'sicettempt.t'sotntirelymooth,ut supposehatealArkanoid"unksren'thathoosy.songs somethingounces,t'sKorhem.ot'sK. Spaceacer AbrilliantOutrun"-in-space-likeameameromtheFrench companyoricielsndsalledSpaceacer".It'sDracing gamenhichhelayerontrolsindfet-bikehatasto keepwithincertainoundariesndryoetohendofa certainaneonhreeevels).fourse,hererebstacless wellstheretbikeshatakeifeifficult. Thentroicturendverallraphicsreexcellent,whereas theamelsoakesoodsefigitaloundffectsndpeech. I'dconsiderSpaceacer"nfheestamesaveseenin recenteeks. Oids "Oids"reuteittleobots.Butomeonersomethingjust thinkstheywouldbemoreutewhenturnedintohousehold appliancesandendingachines:TheiendishBiocretes.Your task:Rescuingtheseidsromarietyoflandscapes.Thus readshelotehindTL'sewameOids". Theseidsivenargendergroundomplexesndavetobe rescuedsingmalloystick-controlledpaceship.hissone isayuchomparableithoodldMegaroids",withurning thehipndhrustingyes,you'reight,it'slsoinyit likeilverbird'sThrust"ame). oakeheameitorettractive,itsossibleoedit existingcomplexesoroesignourwnones.Completewith buildings,lasers,ockhapesndverythingouightonsider worthhanging. ThegraphicsandoundsnOids"reofmoderatequality, althoughhentroraphicsndeleportingequencerebetter. Thescrollingsnllirectionsndoteallysmooth.Once you'reusedoontrollinghepacehip,it'suiteniceto play.Theameosts9.50utchuilderstomesoft(Haarlem, Holland). Thatwasitforthistime,folks!Iwishyoulotsof entertainmentlayingamesndeadinghisewndlashyssue of STEWS.Seeaextime!Oheah:Itilloveilleke- don'touorry! THEECRETFHEISH bydofEX Onurisitoollandseeherticlenhe STEWSolume3 Issue2)ichardrgedeoritenrticlebouthe'fish'. Ifouon'tnownythingbouthefish'etourandnour "B.I.G.Demo"andiewurecondsych-O-Screen.Perhapsyou willseeishnheottomightornerfhescreenwhere usuallyheorderppears.fouan'teenyishourene oftheewooruyshoavenTARIC1224monitor.Butat leastyouusteeomeairubbles'.Theishasaintedto explainheresencefheirubbles,ndheirubblesere onlyaintedoidesefulrrorfheideohip.ndowe havereachedhehemefhisrticle:Foolingheideochip notoakeheowerorder. 1)owowitchffheowerorder: Toirritatethevideohifteroumustswitchthevideo frequencyfrom50o0znheastinefthescreen. Thiswillrritateheideohipotorgetsodrawthe last2Bytesofhecreenemorythiscausestheright bordertostart16pixelsearlierandtohidethis malfunctionheirubblesereaintednhecreen).fter displaying200inesheMUsheckingf2000Bytehave beendisplayed.Butueoheyterrorhererestill someeft.Ifwitchacko0znheeftorderfthe nextline,theMUillontinueendingemoryataothe shifterwithouttopping.Itependsnheonitorndthe ST'svideotransistorutnheestaseouillsee64 morelinesofideoataillheonitortartshisblank gap.Iwillowxplainoutineoinghis,whichismy modifiedIPrasternterruptrogram)rom STEWSolume2 Issue. AompleteourcesomewherenhisiskinhePROGRAMS" folder,D). FirstweeedeveloutinehichsalledtveryVBL (thateans0imeserecond). new4: clr.b$fffffa1b.w ;stopimer move.b199,$fffffa21.w ;setataegister move.b8,$fffffa1b.w ;startimer new4b: jmp$000000 Thisroutetsheimerataegistero99oourmain programwillbenterruptedoandletheborderremoving properly. Nowheimerandler: newtb: clr.b$fffffa1b.w timertop movem.l0/d3-d7/a0-a6,-(sp) move.w#$fa21,a4 move.b#180,(a4) ;setounter move.b#8,-6(a4) Thiswillinstallaewimerataoearenolonger disturbedyheimer,uttstillunning. moveq#0,d0 ;waitilliddlefine mulud0,d0 mulud0,d0 move.b#0,$ffff820a.w ;ono0z Wenowspentotfimeultiplyingonsenseoletthe electronbeamrunintheiddlefthescreenandthen switchedo0z. move.b(a4),d0 ;waitorightorder wait: cmp.b(a4),d0 beqwait Asheimerstillunning,wesehisoopoaitor theightorder. moveq#0,d0 ;waitneftorder mulud0,d0 mulud0,d0 move.b#2,$ffff820a.w ;backo0z WithhisommandsepentomeimeaitingorheBLhen wewitchedacko0z.  movem.lsp)+,d0/d3-d7/a0-a6 bclr#0,$fffffa0f.w ;endfnterrupt rte Noweavendedhenterruptrout. Thisasyxplanationfheorderemovingorhosehohad noimeroatienceoeadtnhecrollerfhe"B.I.G. Demo".Thenlyisadvantagefherogramshatnheorst caseyouaneenlyinesfheorderraphiconavery badSC1224monitor).ButIhopeoucanusethisprogram efficiently. Iouavenyuestionsruggestionsriteo: TEX P.O.ox322 D-6702adrkheim Westermany Udo-me-)fEX NEWOMMYOFTWARERODUCTS:TARRASHULTIT byichardarsmakers RecentlyIadheonourncegainfeceivingsomenewly releasedoftwareromheermanoftwareouseommySoftware: AutilityprogramcalledMultiT"ndgamecalled"Star Trash". MultiT "MultiST"srogramhatllowspo0programstobe presentinmemorytnce,althoughtoesOToffermulti- tasking(performingeveralaskstheameime)shename mightmply.torksnewndldTOMs,utheroductas tobenstalledccordingoheystemtorksnbeforeyou canonything. Afternstallingndtartingpherogram,theserasto specifythemountfemoryhatMultiT"sllowedtouse forimulatingheomputer,afterhicheanlsopecifyhe keythatfromthennilleecognizedyhesystemasa signaleyororthcomingwitches.hift,ontrolndlternate areelectable,ohatwitchingetweenrogramsnemoryill fromthenoneossibleyressinghateyollowedbythe functioneyorrespondingithpecificrogramnemory. Inhereviousssuef STEWSaveeviewedTheJuggler" fromichtron,rogramhatllowedEMpplicationsoen memorytheameime.hatreheifferences? irst,there'shebviousuantityfrograms.Whereas"The Juggler"nlyllowedevenrogramsoeesident,"MultiST" allowspo0.heecondnesessbvious,uteallyives "MultiST"anadvantage:TommySoftware'sproductcanuse programshatootseEMforxamplefAasic).With"The Juggler",nlyEMpplicationsouldesed. Amallroblemithothrogramsshatlumsilyprogrammed softwareillrobablyotorkneitherilloftwarehatoads coderatanbsoluteddresses).nfortunately,nxamplef thiss STEWS. Afterwitchingonotherrocessraskorheirsttime, yourcomputeresets.Yououldayhatourcomputerstarts completelyfresh,utouowaveheaskouusteftidden underwoeyressesoeecalled.And,slreadyaid,p to0fheseasksaneeptnemorytnce.Byelecting aaskhat'slreadyelected,rocessse-installedndAM isadevailablegain. oreoplehatlwaysantedeveralrogramsnemorytthe sametime,"MultiT"soodolution.Iteemsosupport verymanyprograms,providinghatheyreprogrammedina properay.Noignificantugsouldeound.Therograman beoughthroughommyoftwaretM48,--. Starrash  heneardfhisewommyoftwareame,Iigheddeeply. Wouldhisgainenefhoserashyameshateotarlier fromheseuys?Afterll,Dizzyizard"ndTrasheap"ere abouttheousiestamesonceivablenheST,featuringnot onlybadgraphicsandlousysoundbutalsoaworthless playabilityevenorsehanThrust",ightdd).eally,any peopleincludingmyselfadhepinionhateverybodybuying theseamesADoeealutcake. henventuallyeceivedStarrash",Iighedeeplygain. Buthisimeighedithelief,asheameurnedutoe what"DizzyWizard"houldaveeennhefirstplace.The graphicsaregood,theusicseasonablyood(thereisa variety,nyway)ndhelaybilitysustood. nheame,helayerovesouncingallpountainith lotsofbstaclesincludingysteriousersonsoamingtothe leftndight,ofhich,aereouchsethal).omparison with"MarbleMadness"eneticallymanipulatedwith"Airball" genesamepnyind. Notonlysheametselficeolayandseeminglywell programmed,buthentroductionlsohowshatherogrammers spenttheightmountfimeorkingnt.Aicescrolling withnxtraffectrnamentshentrocreen. herenlyneug:Eachimelayerosesllisives,he hastoypennlphanumeralromherotectioncheckcard. Andsommyoftware'srotectionheckardsnefhemost difficultoeadevenorriginalwners),thisecreaseshe funflay. Whystecessaryoskodeveryimenestartsanew? Canameecomenllegalopyhilelaying? Anyway,Iailoraspheeaningehindhis.Theameis goodnough,hough,oeighpohisnconvenience. "Starrash",assual,worksnolor-asellsmonochrome monitors.tostsM9.95ndomesuppliednneisk. anyhanksoor.Thomasaierorendingheestopies. Ihopethatouillontinueoublishamesithaquality thateachesrxceedshatfStarrash"! Tommyoftware Gutzkowstr.5 D-6000rankfurt/M.0 Westermany EDITORIALYIRSTIME HereIam,beingittleeluctanthilewritingthefirst EditorialIverrotenyhortndcomputer-infestedlife. Nowtakingver STEWShouldeakeneryseriously.Sono crapaboutcoursesforNurseryNursesinvolvingpost-natal abortionforhehysicallyandicappedrreativeuicideand Do-It-YourselfEuthanasiaorenioritizensjustuotingTom Sharpe,aeryunnyndynicritersecentlyiscovered)s Iasaying,takingver STEWShouldeakeneriously,nd Intendooo.Iilloytmostestoaintainheigh standardsetyheounderf STEWS andverallrainbehind allhis,Richardarsmakers.Withoutim,nonefhiswould haveappened,andouldrobablyeittingnhexactpot Iamsittingow,buthisimerogrammingomeobscureand Digitallynsanerogram.tillememberhearlyays,hen wastillookieT-user,raggingloppy-disksithonochrome demosroundndrogrammingnT-BASICyech!,mytomachade aunnyovementhenyrainsnstructedyingersoypein somethingutterlyevolting).Oneineaytumbledcrossa floppyiskithairly-sizedapprox.16K)ST-worddocument ont.Itaserybscureocument,illedithnnouncements forcrackedoftware,andnourmousiecesfT-INTERNcopied intoit.Buttadomethingpecialdon'tskeoexplain this),andftereadingt,ecamenthousiastic,ndrote lettertoichard.Heroteack,andhisashetartfa greatfriendshipandooperation.IetimttheHCC-days, stillworkingonaunnyittlefA-BASICprogram(myfirst effordsinhisonderfulanguage)alledhertiST.Iwrote lotsarticlesor STEWShichraduallyevelopedtselfinto aull-blownordwideagazine.MyrogrammingkillsnheST grew,ndoidyarticipationn STEWSrogramming.ichard createdheainrogramnfA,andidheard-coreachine codeorheageview,thecroll,therunchndhedecrunch routine.Also,morepeopletartedddinglevertufftoST NEWS,likeheuysromTRIKE-a-LIGHT.Theyidheonderful verticalmenubarndheenubarnheottomfhecreenas foundinseveralSTEWSissues.Theyalsoprogrammedthe routines(inachineode)oecrunchndiewbotholorand monochrome)heicturehataneoundnvery STEWSssue. Also,heT-worldostopularusicrogrammer,ochenromEX addedomethmosphereo STEWSyeansfreatunes. Ifouddllhis,lusheumerousrticlesnteredyeople likeathlaessensthehitedventureizardhoivesnhis wive'sakes),Crimsonithismazingtoriesndrankemmen withisniqueiewsneveralhings,youetnoutstanding producthichsntirelyasednhenthousiasmfhepeople whoreatet. Ihinkhisshy STEWSecameuchuccess.Weeverhad thepressureofhingsikesales'rprofit'nourbacks.  STEWSasevereenndeverille,notsongsam theditorommercial.Theneuildereenollandseant tooverheostsnvolvednreating STEWS,notoakeny profit). IknowIcanountnourupportandenthousiasmforthe upcomingssuesf STEWS.(That'shyouhouldtartriting articlesightow!Itsotoard,andavingourarticle publishedsreat!) Phew!hatasn'toard.hinkikeritingditorials.ll thiswritinghasnspirede,andhoughtsofasuper-duper pageviewroutineriftntoyindndrelreadytartingto takeasolidhapenheormfragmentsofGfA-BASICand assembler.moingoavehisocumentndnterevelopment Mode!Betteretomeeer,crisps,ip-hopecordsndocky door...Hereo!!!  Sincerely, Stefanosthuma Freshndnspiredbyhereatestirlver,velien)ditorf STEWS. QUESTIONSNSWERS bytefanosthuma Somequestionsroppedntheorrespondeceadress.Imust admithatid'tavenyimeonswerhemroperlybecause Iasousyith STEWS codeing.uthereusteomeoneut therehonowshenswersoheseuestions: Whatistheillegal'dressfheisk-formatroutinewhich residesnheOMfheTndnheEGA-ST? Isitossibleoreatemalletworkonsistingf4ST's. Onefheachinessheasterhoendsessagesohehree othershoonfirmheeception? Iounowhenswer,riteourorrespondencedress! IstheprogramTitleesginer'previewedssue.1STNEWS) alreadyorale? Answer:O,otet... GfAASICIPSRICKSytefanosthuma Timeisunningut.Allheodeingookeotftime.I promisedoveryoneespeciallyichard)hatouldublish ST NEWSissue.3nonday,may6988.Athisoment,itis Monday,may6988,Willeke'sirthday,andhisshelast articleorite. Iotomeuestionshichillnswerere: -hyoesn'tompiledfArogramantotartautomatically whenlacetnnUTOolder? Thenswersuiteimple:henouriterogram,nyrogram inanyanguage,andtsesEM,youannottarttroman AUTOfolder.ThisecauseherogramsromnUTOolderare runbeforeEMsroperlynitializedyOS.Sooucanrun onlyTOSandTTPrograms.IfouriteGfAprogramthat doesn'tusenyEMhings,youillebleountroman AUTOolder.herererogramsvailableikeEMSTARThich cantartEMrogramromnUTOolder. -henoadEGASicture,thecreensuiltpnrather anglyay,lockylock.owanvadehiscreen-building andetainyoloralette? Well,hereistheroutinehatillorrectlyloadaDEGAS picture: Routineegload(F$) Pall$=Space$(34) !4ytesoroloralette Sgetic$ !reatetringf2000hars OpenI",#1,F$ !penile Bget1,Varptr(Pall$),34!eadoloralette Bget1,Varptr(Pic$),32000!eadicureata Close1 !loseile Voidbios(6,L:Varptr(Pall$)+2)etoloralette Sputic$ !ransferictureocreen Clric$ !reehe2000ytes Return TheastClric$'sotbsolutelyessecary,utfouon't wantoeepheicturenic$,ouaneleasehe2000ytes againylearingic$. -owanseusicreatedyommyoftware'susix32? Iamnotuiteureecauseon'tavehisprogram,butI thinktsomethingikehis: Let'ssayou'veoadedheusicatatdress%,startthe playingith: Voidbios(32,L:X%) TheSTnternookayshatfterommandH82ndargument0 theusicrocessingtopsohoughthisightork: A$=Space$(2) X%=Varptr(A$) Dpoke%,&H8200 Voidbios(32,L:X%) Butidn'tryhis...(Murpy'sawillommandton'tork.) -inally,ometimesfAoesn'tecognisehangefiskettes. Thisavereviouslyeenublishedn STEWSssue.8,ands courtesyfTRIKE-a-LIGHToftware: poke(&H4DB8),1 poke(&h4DB9),1 lpoke(&H4DCE+28),1 lpoke(&H4DCE+28+32),1 oidfree(1) poke(&H4DB8),2 poke(&H4DB9),2 lpoke(&H4DCE+28),2 lpoke(&H4DCE+28+32),2 That'st. STEWSsinshed!!