add predicates to instruction encoder/decoder
[fleet.git] / src / edu / berkeley / fleet / interpreter /
2008-02-11 adamadd support for predicates to parser and interpreter
2008-02-11 adamfix bugs in handling of DecrLoop operation
2008-02-11 adamadd SetFlags instruction to API and interpreter
2008-02-04 adamadd Rotator ship
2008-01-25 adammajor overhaul: update dock to am33
2008-01-02 adamadd interpreter code and tests for loop counter instruc...
2008-01-02 adamsplit literals into low-half/high-half
2008-01-02 adamimplement support (fpga+interp+test) for massacre instr...
2008-01-02 adamfix counting of kill instructions in interpreter
2008-01-01 adamupdated interpeter to pre-am32 dock
2007-08-26 adamfinal pass to update instruction encoding; should now...
2007-08-26 adamremove last vestiges of old literal system
2007-08-25 adamchange benkobox=>pump
2007-08-24 adamimplement bitfifo (software only for now)
2007-08-23 adamimplement am26 support for constants
2007-08-21 adamadded dataOutDest
2007-08-20 adamrename recycle=>requeue
2007-08-10 adamdont downcase names
2007-03-01 adammake api.Destination a class rather than an interface
2007-02-28 adamexperimental: make BenkoBox not extend Destination
2007-02-25 adamtweak box semantics in fleeterpreter to make them have...
2007-02-22 adammassive overhaul of FleetCode to support multiple desti...
2007-02-20 adamsupport for disabling terminal colors
2007-02-17 adamadd initial support for virtual destinations
2007-02-16 adamfix how the fleeterpreter deals with kill*
2007-02-16 adamadd kill*
2007-02-12 adammove edu.berkeley.fleet.ships to edu.berkeley.fleet...
2007-02-12 adamupdate everything to naming conventions agreed upon...
2007-02-12 adammore fixes to bring things up to date with the new...
2007-02-05 adammajor software code reorg
2007-02-03 adamadded "mem" ship
2007-01-30 adamsupport for fpga client/server network access
2007-01-30 adamsecond massive overhaul of slipway; now it works on...
2007-01-29 adammassive overhaul of slipway (fpga-fleet)
2007-01-29 adamupdates to make fpga-code instruction generation work...
2007-01-28 adamfix bug in Inbox (thank Dominic)
2007-01-27 adamallow data->token
2007-01-27 adammake readyForItemFromShip() public
2007-01-27 adamseparated interpreter from assembler
2007-01-26 adamimport slipway (fpga-fleet) code
2007-01-26 adamupdated to AM14, AM15