Project:Infotec displays: Difference between revisions

From London Hackspace Wiki
No edit summary
mNo edit summary
Line 2: Line 2:


== Firmware ==
== Firmware ==
NEC 27 (25), which is almost identical to a 186, with some extra register bank switching.  [http://www2.renesas.eu/_pdf/U13030EJDV0UM00.PDF User manual] and [http://www.digisolutions.de/downloads/NECV25UsersManual.pdf with opcodes] and [http://www.digisolutions.de/downloads/NECV25Datasheet.pdf with chart].
NEC 27 (25), which is almost identical to a 186, with register bank switching, DMA and a simple buffering (macro) system for interrupts.  [http://www2.renesas.eu/_pdf/U13030EJDV0UM00.PDF User manual] and [http://www.digisolutions.de/downloads/NECV25UsersManual.pdf with opcodes] and [http://www.digisolutions.de/downloads/NECV25Datasheet.pdf with chart].


{|
{|
Line 20: Line 20:
|}
|}


Disassembly at https://github.com/marksteward/Infotec/.
Disassembly at http://github.com/marksteward/Infotec/.

Revision as of 18:35, 11 September 2011

Donated by Nottinghack, who have a project page with pictures.

Firmware

NEC 27 (25), which is almost identical to a 186, with register bank switching, DMA and a simple buffering (macro) system for interrupts. User manual and with opcodes and with chart.

External bus 8-bit
Clock speed 8MHz?
DMA channels 2
Serial built-in
Timers 2
Internal data area 256 bytes based at xxe00
Special functions 256 bytes based at xxf00

Disassembly at http://github.com/marksteward/Infotec/.