ASMSIM / picsim

0 stars 0 forks source link

Interface für Peripherie #14

Closed Morpheus239 closed 11 years ago

Morpheus239 commented 11 years ago

Port ruft Interface auf. Prozessorklasse implementiert Interface. Spezifikationen: write(PIN, BOOL) write_byte(PORT, BOOL) read(PIN) -> BOOL read_byte(PORT) -> INTEGER (0-255)