[Exspiminator-commits] CVS: exspiminator/base InstructionEncoder.java,1.2,1.3
Status: Alpha
Brought to you by:
nphillips
|
From: Nigel P. <nph...@us...> - 2001-11-20 12:06:38
|
Update of /cvsroot/exspiminator/exspiminator/base
In directory usw-pr-cvs1:/tmp/cvs-serv32739/base
Modified Files:
InstructionEncoder.java
Log Message:
Design note.
Index: InstructionEncoder.java
===================================================================
RCS file: /cvsroot/exspiminator/exspiminator/base/InstructionEncoder.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** InstructionEncoder.java 2001/11/19 16:17:49 1.2
--- InstructionEncoder.java 2001/11/20 12:06:35 1.3
***************
*** 2,6 ****
/** This interface is implemented by platform-specific classes which determine the encoding of the
! field values as taken from the source file by the assembler and specified by the InstructionSet data.*/
public interface InstructionEncoder
{
--- 2,8 ----
/** This interface is implemented by platform-specific classes which determine the encoding of the
! field values as taken from the source file by the assembler and specified by the InstructionSet data.
! BUG: this would be better as an abstract method of the assembler class, requiring instruction set specific
! assembler subclasses?*/
public interface InstructionEncoder
{
|