Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version nyu B notes v1.5 12/10/84; site acf4.UUCP Path: utzoo!watmath!clyde!bonnie!akgua!gatech!seismo!cmcl2!acf4!spector From: spector@acf4.UUCP (David HM Spector) Newsgroups: net.micro.mac Subject: Re: Help with Pack6....IUDateString in particular. Message-ID: <5220015@acf4.UUCP> Date: Sat, 23-Nov-85 15:13:00 EST Article-I.D.: acf4.5220015 Posted: Sat Nov 23 15:13:00 1985 Date-Received: Mon, 25-Nov-85 07:13:54 EST References: <285@nvzg2.UUCP> Organization: New York University Lines: 23 I had the same problem with IUDateString. DateForm is an implicit byte. Basicly, in assembly you want to do some thing like: TimeStr move.l Time,(SP) ; push the time global move.b abbrevDate,-(SP) ; or longDate,shortDate pea StringStorage ; where to put the result.. _IUDateString lea StringStorage,A2 ; get pointer to result The move.b will put the [0|1|2] in the proper position and pad things to keep the stack aligned. Hope this helps... David Spector NYU/acf Systems Group SPECTOR@NYU ...!{allegra,siesmo,rocky}!cmcl2!spector ^--that's an L not a one.