Difference between revisions of "Category:84PCE:Ports:By Address"

From WikiTI
Jump to: navigation, search
(Also updated to reflect discovery of MMIO)
Line 4: Line 4:
 
Please read our page on [[Contributing]] before editing these pages!
 
Please read our page on [[Contributing]] before editing these pages!
  
''Nota bene:'' We are '''not''' allowed to access ports directly! If you need any functionality not provided the boot code or OS, ''and'' you don't want to piss off TI, you won't write any software that directly interfaces with the hardware.
+
''Nota bene:'' In normal operation, IN is censored, and OUT causes an NMI (or reset?). Except for the 00xx range of ports, all other ports can be accessed by user code using memory-mapped I/O.
  
2xxx, 9xxx, and Fxxx may be unused and have no function.
+
Also note that all ports in the 2xxx and Fxxx ranges all read zeros and may be unused and have no function.

Revision as of 00:17, 4 April 2015

See also list of ports by name

Please read our page on Contributing before editing these pages!

Nota bene: In normal operation, IN is censored, and OUT causes an NMI (or reset?). Except for the 00xx range of ports, all other ports can be accessed by user code using memory-mapped I/O.

Also note that all ports in the 2xxx and Fxxx ranges all read zeros and may be unused and have no function.