Skip to content

Am2900ME RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@MaisiKoleni MaisiKoleni released this 24 Feb 19:56
· 61 commits to master since this release

Please follow the wiki introduction page for the first steps

Changes:

  • Reset was sometimes buggy if an exception was thrown beforehand due to inappropriate RAM usage.
  • Micro-programcounter now shows the correct number. Note that this number does not always correspond to the currently loaded, green highlighted microinstruction!
  • Switched to Java 11 and OpenJavaFX (maybe something works better now)
  • Fixed Am2904 shift instruction 0_1111 behavior
  • There are now standalone runtime images available for the platforms Windows, Linux and Mac (all 64 bit). You don't need to start the application from the command line with JVM parameters to include JavaFX anymore. You don't even need to have Java installed. Just unzip it somewhere and be happy.

The second release candidate of the Am2900 Microprogramming Emulator.
You can edit the Mapping PROM, the RAM, all registers and status registers and most importantly, the microprogram memory, in four separate windows. You can save and load all three parts (not the registers) individually.

Please note:

  • The interrupt controls are currently not supported.