[Wisp-cvs] wisp/users/dig menuet.tran,NONE,1.1 Makefile.am,1.31,1.32
Status: Alpha
Brought to you by:
digg
|
From: <di...@us...> - 2003-05-21 12:22:30
|
Update of /cvsroot/wisp/wisp/users/dig
In directory sc8-pr-cvs1:/tmp/cvs-serv28484/users/dig
Modified Files:
Makefile.am
Added Files:
menuet.tran
Log Message:
added experimental menuet.tran
--- NEW FILE: menuet.tran ---
\\\\ menuet.tran - Menuet support routines
\
\ 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: menuet.tran,v 1.1 2003/05/21 12:22:27 digg Exp $
\ NOTE: this code is *not tested at all*.
:[ ] make-menuetos-executable-header
"MENUET01" times b, \ application id
1 t, \ header version
'_start t, \ entry point
'#menuet/image-size t,
'#menuet/memory-top t,
'#menuet/initial-sp t,
'#menuet/param-pass (opt) t, \ ?
'#menuet/icon-data (opt) t, \ "Reserved for icon"
;
\ vim: ft=tran
Index: Makefile.am
===================================================================
RCS file: /cvsroot/wisp/wisp/users/dig/Makefile.am,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- Makefile.am 20 May 2003 20:17:12 -0000 1.31
+++ Makefile.am 21 May 2003 12:22:27 -0000 1.32
@@ -13,7 +13,7 @@
i8080.tran z80.tran \
ia16.tran ia32.tran \
coff.tran elf.tran mz.tran pe.tran \
- winapi.tran \
+ winapi.tran menuetos.tran \
hello.tran mswhello.tran doshello.tran cpmhello.tran \
makehello.py elfdump.py
|