[Wisp-cvs] wisp/users/dig z80.tran,NONE,1.1 Makefile.am,1.30,1.31
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2003-05-20 20:17:15
|
Update of /cvsroot/wisp/wisp/users/dig In directory sc8-pr-cvs1:/tmp/cvs-serv26039 Modified Files: Makefile.am Added Files: z80.tran Log Message: introduced z80.tran --- NEW FILE: z80.tran --- \\\\ z80.tran - Zilog's Z80 instructions \ \ Copyleft © 2003 by Andres Soolo (di...@us...) \ This file is licensed under the GNU GPL v2. If you \ don't know what that means, please do read the GPL. \ \\\\ @(#) $Id: z80.tran,v 1.1 2003/05/20 20:17:12 digg Exp $ needs i8080 \ the Z80 instruction set is a superset of i8080 instruction set :regs ireg %ix %iy ; \ vim: ft=tran Index: Makefile.am =================================================================== RCS file: /cvsroot/wisp/wisp/users/dig/Makefile.am,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- Makefile.am 19 May 2003 14:56:50 -0000 1.30 +++ Makefile.am 20 May 2003 20:17:12 -0000 1.31 @@ -10,7 +10,7 @@ coff.py com.py elf.py pe.py \ tran.py tran-builtins tran-emitters builtin.tran \ i8086.tran i80186.tran i80286.tran i80386.tran i80486.tran pentium.tran mmx.tran \ - i8080.tran \ + i8080.tran z80.tran \ ia16.tran ia32.tran \ coff.tran elf.tran mz.tran pe.tran \ winapi.tran \ |