home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / 8bit / 5757 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.9 KB

  1. Path: sparky!uunet!portal!cup.portal.com!Chris_F_Chiesa
  2. From: Chris_F_Chiesa@cup.portal.com
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: Re: Kermit-65 source code
  5. Message-ID: <72769@cup.portal.com>
  6. Date: Fri,  1 Jan 93 19:17:49 PST
  7. Organization: The Portal System (TM)
  8. References: <92358.112139JJMCWILL@MTUS5.BITNET> <BzyKMB.CMJ@merk.com>
  9. Lines: 33
  10.  
  11. Winston Smith writes:
  12.  
  13. >To All 6502 Programmers Out There,
  14. >  
  15. >     I have been examining the KERMIT-65 source code files that I FTP-ed
  16. >from the Atari Archive with a "get".  I don't own a MAC-65 6502 Assembler
  17. >cartridge, and some of the symbols used seem a bit strange.  For example,
  18. >what is the meaning of the pseudo-op ".SBTTL" ?  Another interesting
  19. >expression is "<byte>!<byte>" (...is that supposed to be a Logical NOT of
  20. >two bytes?).  Finally, in the KERMIT-65 "make" file, the "-v" flag is set.
  21. >Is there a version of the UNIX "as6502" cross-assembler utility that even
  22. >--SUPPORTS-- a "v" flag ?  What assembler was used to generate object code
  23. >from these sources, does anyone know ?  Thank you.
  24.  
  25.    .SBTTL means "Subtitle," and just makes an informative title appear 
  26. at the (usually) second line of each page in the assembly listing created
  27. as a result of assembling the code.
  28.  
  29.    <byte>!<byte> usually means "bitwise OR" of two bytes, i.e. "a quan-
  30. tity in which all bits are set which were set in EITHER of the two original
  31. bytes."  Example: 2!4 = 6
  32.  
  33.    I don't know about the -v flag or what assembler was used to build 
  34. Kermit-65.  John Dunning, who last I heard was at least still marginally 
  35. associated with this newsgroup in the capacity of manager of new 8-bit
  36. contributions to the Atari Archive, did the port of Kermit-65 from the 
  37. Commodore 64, producing the KERMIT.EXE that is in common use today.  I'd
  38. say John would be the guy to ask about this.  John, are you still out there?
  39. (If you're still unable to post, e-mail me and I'll relay to the newsgroup,
  40. John...)
  41.  
  42.   Chris Chiesa
  43.      Chris_F_Chiesa@cup.portal.com
  44.