From jim at fiocca.net Mon Jun 2 12:48:33 2008 From: jim at fiocca.net (Jim Fiocca) Date: Mon Jun 2 13:50:03 2008 Subject: [Icc-mot] asm alignment directive Message-ID: <48444E91.9080009@fiocca.net> Is there an assembler directive to force alignment in ICC12 V7? I don't see .align in the manual, so is there another trick? I really only need to force even byte alignment (for now). Would .blkw do it? Thanks, Jim From ekarpicz at freemail.lt Mon Jun 2 13:07:18 2008 From: ekarpicz at freemail.lt (Edward Karpicz) Date: Mon Jun 2 14:09:12 2008 Subject: [Icc-mot] asm alignment directive References: <48444E91.9080009@fiocca.net> Message-ID: <16552BCB04584C5FAA85DD7F06D6A1B6@REKS> .even Edward > Is there an assembler directive to force alignment in ICC12 V7? I don't > see .align in the manual, so is there another trick? I really only need > to force even byte alignment (for now). Would .blkw do it? > > Thanks, > Jim > > > _______________________________________________ > Icc-mot mailing list > Icc-mot@imagecraft.com > http://dragonsgate.net/mailman/listinfo/icc-mot > From richard-lists at imagecraft.com Mon Jun 2 13:29:44 2008 From: richard-lists at imagecraft.com (Richard Man) Date: Mon Jun 2 14:34:55 2008 Subject: [Icc-mot] asm alignment directive In-Reply-To: <48444E91.9080009@fiocca.net> References: <48444E91.9080009@fiocca.net> Message-ID: <200806022134.m52LYsbA000577@mail.imagecraft.com> .align 2 At 12:48 PM 6/2/2008, you wrote: >Is there an assembler directive to force alignment in ICC12 V7? I >don't see .align in the manual, so is there another trick? I really >only need to force even byte alignment (for now). Would .blkw do it? > >Thanks, >Jim > > >_______________________________________________ >Icc-mot mailing list >Icc-mot@imagecraft.com >http://dragonsgate.net/mailman/listinfo/icc-mot // richard (This email is for mailing lists. To reach me directly, please use richard at imagecraft.com) From jim at fiocca.net Mon Jun 2 13:36:56 2008 From: jim at fiocca.net (Jim Fiocca) Date: Mon Jun 2 14:38:25 2008 Subject: [Icc-mot] asm alignment directive In-Reply-To: <16552BCB04584C5FAA85DD7F06D6A1B6@REKS> References: <48444E91.9080009@fiocca.net> <16552BCB04584C5FAA85DD7F06D6A1B6@REKS> Message-ID: <484459E8.5040607@fiocca.net> Undocumented feature? Not in the manual... Thanks! Jim Edward Karpicz wrote: > .even > > Edward > > >> Is there an assembler directive to force alignment in ICC12 V7? I >> don't see .align in the manual, so is there another trick? I really >> only need to force even byte alignment (for now). Would .blkw do it? >> >> Thanks, >> Jim >> >> >> _______________________________________________ >> Icc-mot mailing list >> Icc-mot@imagecraft.com >> http://dragonsgate.net/mailman/listinfo/icc-mot >> > > _______________________________________________ > Icc-mot mailing list > Icc-mot@imagecraft.com > http://dragonsgate.net/mailman/listinfo/icc-mot From richard-lists at imagecraft.com Mon Jun 2 15:27:43 2008 From: richard-lists at imagecraft.com (Richard Man) Date: Mon Jun 2 16:32:55 2008 Subject: [Icc-mot] asm alignment directive In-Reply-To: <484459E8.5040607@fiocca.net> References: <48444E91.9080009@fiocca.net> <16552BCB04584C5FAA85DD7F06D6A1B6@REKS> <484459E8.5040607@fiocca.net> Message-ID: <200806022332.m52NWrpi002905@mail.imagecraft.com> You;re right, I forgot to put it in the manual. Will fix. At 01:36 PM 6/2/2008, Jim Fiocca wrote: >Undocumented feature? Not in the manual... > >Thanks! >Jim > > >Edward Karpicz wrote: >> .even >> >>Edward >> >> >>>Is there an assembler directive to force alignment in ICC12 V7? I >>>don't see .align in the manual, so is there another trick? I >>>really only need to force even byte alignment (for now). Would .blkw do it? >>> >>>Thanks, >>>Jim >>> >>> >>>_______________________________________________ >>>Icc-mot mailing list >>>Icc-mot@imagecraft.com >>>http://dragonsgate.net/mailman/listinfo/icc-mot >> >>_______________________________________________ >>Icc-mot mailing list >>Icc-mot@imagecraft.com >>http://dragonsgate.net/mailman/listinfo/icc-mot > >_______________________________________________ >Icc-mot mailing list >Icc-mot@imagecraft.com >http://dragonsgate.net/mailman/listinfo/icc-mot // richard (This email is for mailing lists. To reach me directly, please use richard at imagecraft.com) From ekarpicz at freemail.lt Mon Jun 2 21:54:52 2008 From: ekarpicz at freemail.lt (Edward Karpicz) Date: Mon Jun 2 22:56:27 2008 Subject: [Icc-mot] asm alignment directive References: <48444E91.9080009@fiocca.net><16552BCB04584C5FAA85DD7F06D6A1B6@REKS> <484459E8.5040607@fiocca.net> Message-ID: <1D3E7648B58C415F911AB37693BF7562@REKS> Hm, Something tells me .even was in manual some days, but I can be wrong. It could be that I learned it from compiler generated listing, when word alignment option was on, I don't know. Regards Edward Jim Fiocca wrote: > Undocumented feature? Not in the manual... > > Thanks! > Jim > > > Edward Karpicz wrote: >> .even >> >> Edward >> >> >>> Is there an assembler directive to force alignment in ICC12 V7? I don't >>> see .align in the manual, so is there another trick? I really only need >>> to force even byte alignment (for now). Would .blkw do it? >>> >>> Thanks, >>> Jim >>> >>> >>> _______________________________________________ >>> Icc-mot mailing list >>> Icc-mot@imagecraft.com >>> http://dragonsgate.net/mailman/listinfo/icc-mot >>> >> >> _______________________________________________ >> Icc-mot mailing list >> Icc-mot@imagecraft.com >> http://dragonsgate.net/mailman/listinfo/icc-mot > > _______________________________________________ > Icc-mot mailing list > Icc-mot@imagecraft.com > http://dragonsgate.net/mailman/listinfo/icc-mot > From richard at imagecraft.com Thu Jun 5 01:07:21 2008 From: richard at imagecraft.com (Richard Man) Date: Thu Jun 5 02:12:53 2008 Subject: [Icc-mot] ICC12 7.05 released Message-ID: <200806050912.m559Cpt4065352@mail.imagecraft.com> V7.05 - June 4th, 2008 [ Removed the rarely if ever used RCS interface. Note: ICC no longer uses any GPL utilities. ] IDE - [ADV only] Added capability to create Library projects. - Added Project->Options->Projecti->"Makefile Options" of two choices "Relative Paths" or "Absolute Paths" - Minor licensing enhancement and x64 compatible dongle driver. - Added File->Compile File->(Preprocess Only) - Terminal support cleanup and minor GUI enhancements. Linker - Now emits S9 record at the end of the S19 file with the __start address. // richard On-line orders, support, and listservers available on web site. [ For technical support on ImageCraft products, please include all previous replies in your msgs. ]