Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!news.cs.indiana.edu!msi.umn.edu!noc.MR.NET!gacvx2.gac.edu!hhdist From: TNAN0@CCVAX.IASTATE.EDU Newsgroups: comp.sys.handhelds Subject: RE: C Program to create asc encoding? Message-ID: Date: 20 Feb 91 03:20:00 GMT Lines: 34 Return-path: To: handhelds@gac.edu X-VMS-To: IN%"handhelds@gac.edu" Joe, The latest PC version of STAR seems to have some bugs in it. Sometimes, it will get the file created correctly and it will download fine. Other times it will not. Here are a few pointers: Make your assembler files look like this: header code ... ... ... Your code here ... ... endcode To use header, code, and endcode, you will need to assemble hp48.star with your code. (ie., STAR BLAH BLAH MYFILE.STAR HP48.STAR) If you use something other than *.star (with truncates to *.sta), then obviously, use that extension. If you STILL can't get it to download correctly, contact the creator (you'll find Jan's email address in the docs). I find that whenever I include the addr macro inside of the code-endcode structure, the assembler messes up the file creation, but this may be coincidence. I also noticed that the address and hex dump fields in the .lis files mess up whenever a lot of code is generated on one line-- which almost always happens when using macros. Good luck! ---Xeno P.S. STAR is great, but it is currently unusable on PCs (at least mine) because of these problems...