Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Dec 2007 21:30:16 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/z80asm Makefile distinfo pkg-descr pkg-plist ports/devel/z80asm/files patch-Makefile
Message-ID:  <200712312130.lBVLUGQ5070400@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712312130.lBVLUGQ5070400>