cvs commit: ports/devel Makefile ports/devel/z80asm Makefile distinfo pkg-descr pkg-plist ports/devel/z80asm/files patch-Makefile

Lars Engels lme at FreeBSD.org
Mon Dec 31 21:30:16 UTC 2007


lme         2007-12-31 21:30:16 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/z80asm         Makefile distinfo pkg-descr pkg-plist 
    devel/z80asm/files   patch-Makefile 
  Log:
  z80asm is an assembler for the Z80 microprcessor. The assembler aims to be
  portable and complete. Of course it assembles all official mnemonics, but it
  also aims to assemble the unofficial mnemonics.
  
  The assembler features the output of listing files which show the source with
  the assembled codes and address next to it.
  
  It also allows outputting of label files, in a format which can be included by
  other assembler source files.
  
  Other noteworthy features are complete calculation capabilities, conditional
  assembling of parts of the code, and inclusion of other source files.
  
  The assembler was written with the MSX computer in mind as the target platform,
  but it can be used for any system with a Z80 in it. The original idea was to
  make header files with labels of MSX specific addresses (BIOS, BDOS, system
  variables), but nothing like this has been done yet.
  
  WWW: http://savannah.nongnu.org/projects/z80asm/
  
  PR:             ports/119149
  Submitted by:   Sean McLaughlin <sigma.zx (AT) gmail.com>
  
  Revision  Changes    Path
  1.2948    +1 -0      ports/devel/Makefile
  1.1       +39 -0     ports/devel/z80asm/Makefile (new)
  1.1       +3 -0      ports/devel/z80asm/distinfo (new)
  1.1       +15 -0     ports/devel/z80asm/files/patch-Makefile (new)
  1.1       +19 -0     ports/devel/z80asm/pkg-descr (new)
  1.1       +10 -0     ports/devel/z80asm/pkg-plist (new)


More information about the cvs-ports mailing list