From c690cf8df548706bae92170b86c679fbec99e6c2 Mon Sep 17 00:00:00 2001
From: patacongo Last Updated: December 18, 2007 Last Updated: December 30, 2007
@@ -535,6 +535,30 @@
NuttX RTOS
-
+ Z80 Instruction Set Simulator. + This port uses the SDCC toolchain + (verfied using version 2.6.0). + This port has been verified using only a Z80 instruction simulator. + That simulator can be found in the NuttX CVS + here. +
++ STATUS: + This port is complete and stable to the extent that it can be teste + using an instruction set simulator. +
+arch/pjrc-8051
:
8051 Microcontroller. This port is not quite ready for prime time.arch/z80
:
+ z80 Microcontroller. This port has been verified using only a z80 instruction simulator.@@ -584,7 +588,16 @@
configs/pjrc-8051
:
8051 Microcontroller. This port uses the PJRC 87C52 development system
- and the SDCC toolchain. This port is not quite ready for prime time.
+ and the SDCC toolchain.
+ This port is not quite ready for prime time.
+ configs/z80sim
:
+ z80 Microcontroller. This port uses a Z80 instruction set simulator.
+ That simulator can be found in the NuttX CVS
+ here.
+ This port also the SDCC toolchain
+ (verfied with version 2.6.0).