|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Dec 30 20:50:48 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/12 30:20:50 Modified: jop/asm/src jvm.asm Log: instanceof, checkcast Revision Changes Path 1.40 jop/asm/src/jvm.asm http://www.opencores.org/cvsweb.shtml/jop/asm/src/jvm.asm.diff?r1=1.39&r2=1.40 (In the diff below, changes in quantity of whitespace are not shown.) Index: jvm.asm =================================================================== RCS file: /cvsroot/martin/jop/asm/src/jvm.asm,v retrieving revision 1.39 retrieving revision 1.40 diff -u -b -r1.39 -r1.40 --- jvm.asm 29 Dec 2006 19:54:58 -0000 1.39 +++ jvm.asm 30 Dec 2006 19:50:48 -0000 1.40 @@ -84,6 +84,7 @@ // 2006-12-27 add a special bytecode for Peter's single path // programming // 2006-12-29 2K ROM, laload, lastore enabled again, dup2_x1, dup2_x2 +// 2006-12-30 add instanceof to invoke JVM.java with constant on TOS // // idiv, irem WRONG when one operand is 0x80000000 // but is now in JVM.java @@ -93,7 +94,7 @@ // gets written in RAM at position 64 // update it when changing .asm, .inc or .vhdl files // -version = 20061229 +version = 20061230 // // io address are negativ memory addresses @@ -1260,6 +1261,7 @@ new: anewarray: checkcast: +instanceof: // // find address for JVM function
|
 |