Comment 2 for bug 579337

Revision history for this message
Bug Importer (bug-importer) wrote :

Logged In: NO

gpsim, the gnu pic simulator supports targets/processors to be added as plugins/libraries.

An underlying framework might expose low level facilities to easily "construct" a target, i.e.

GNUSim target = new GNUsim;
GNUsim->addRegister(....)
GNUsim->addIOPort (....)
GNUsim->addMnemnonic()