Difference between revisions of "Programming in MDOS"
Jump to navigation
Jump to search
m |
m |
||
Line 1: | Line 1: | ||
* [[MDOS command line|Getting the arguments from the command line]] | * [[MDOS command line|Getting the arguments from the command line]] | ||
* [[Device access in TIC]] | |||
* [[MDOS XOP Definitions]] | |||
== Extended Operations (XOPs) == | == Extended Operations (XOPs) == | ||
MDOS makes frequent use of XOPs and offers them for user programs. An XOP (extended operation) is a special command of the TMS processor family which causes a [[Terminology#C|context switch]], transferring control to a location that is specified in a table. | MDOS makes frequent use of XOPs and offers them for user programs. An XOP (extended operation) is a special command of the TMS processor family which causes a [[Terminology#C|context switch]], transferring control to a location that is specified in a table. | ||
Revision as of 23:25, 5 November 2011
Extended Operations (XOPs)
MDOS makes frequent use of XOPs and offers them for user programs. An XOP (extended operation) is a special command of the TMS processor family which causes a context switch, transferring control to a location that is specified in a table.