MAMP-OS V1.2 for 3232C
======================
(July 2001)

New features:
- AES-128 encryption corrected (2.9 ms @ 3.579 MHz)
- AES-128 decryption added (4.3 ms @ 3.579 MHz)
- Debug mode for user code available
  Command 80 B0 04 00 0x 00 added to select user code mode (see terminal)
  x = [ 0 => normal, 1 => debug ]

ATTENTION:
Always select user code in DEBUG mode in terminal while developing user code. The 8th reset
will return MAMP-OS V1.2 ATR, e.g. user code upload mode is entered. This mode is useful
if user code should hang due some bug. No smart cards will be destroyed any more. This
means that you can reset and get ATR of your user application max. 7 times.
Select user code in NORMAL mode for end user application. But user code upload mode
can still be activated using the system call within user application.

How to reset?
Just click 'RESET' button on terminal up to 8 times.

Errata:
- JMP, CALL now allowed within user code (see example user code)
- System call _sc_code_upload returns back to user code (see example user code)




MAMP-OS V1.1 for 3232C
======================
(July 2001)

New features:
- AES-128 decryption added (4.3 ms @ 3.579 MHz)

Errata:
- JMP, CALL now allowed within user code (see example user code)

Known bugs:
- AES encryption is erroneous (some test vectors fail)




MAMP-OS V1.0 for 3232C
======================
(May 2001)

Known bugs:
- AES encryption is erroneous (some test vectors fail)




MAMP-OS V2.0 for 6464C
======================

Example user code is preliminary and only for demonstration.
