[Wisp-cvs] wisp/users/dig i80286.tran,NONE,1.1 Makefile.am,1.26,1.27 i80386.tran,1.5,1.6
Status: Alpha
Brought to you by:
digg
|
From: <di...@us...> - 2003-05-18 23:22:29
|
Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv13802
Modified Files:
Makefile.am i80386.tran
Added Files:
i80286.tran
Log Message:
introduced i80286.tran
--- NEW FILE: i80286.tran ---
\\\\ i80286.tran - Intel's 80286 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: i80286.tran,v 1.1 2003/05/18 23:22:26 digg Exp $
needs i8086
:[ ] $clts #x0F b, #x06 b, ;
\ vim: ft=tran
Index: Makefile.am
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile.am 18 May 2003 23:18:06 -0000 1.26
+++ Makefile.am 18 May 2003 23:22:26 -0000 1.27
@@ -9,7 +9,7 @@
EXTRA_DIST = .cvsignore .pycheckrc struburn.wisp bits.py linkie.py \
coff.py com.py elf.py pe.py \
tran.py tran-builtins tran-emitters builtin.tran \
- i8086.tran i80386.tran i80486.tran pentium.tran ia16.tran ia32.tran \
+ i8086.tran i80286.tran i80386.tran i80486.tran pentium.tran ia16.tran ia32.tran \
coff.tran elf.tran mz.tran pe.tran \
winapi.tran \
hello.tran mswhello.tran doshello.tran \
Index: i80386.tran
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/i80386.tran,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- i80386.tran 18 May 2003 17:47:38 -0000 1.5
+++ i80386.tran 18 May 2003 23:22:26 -0000 1.6
@@ -6,7 +6,7 @@
\
\\\\ @(#) $Id$
-needs i8086
+needs i80286
\ registers
:regs reg16/32
|