F$STABX

From NitrOS-9
Jump to: navigation, search
Store A Byte In A Task Stores A at 0,X in Task B
OS9 F$STABX 103F 4A

Entry Conditions

A byte to store

B destination task number

X logical destination address

Exit Conditions

None

Error Output

CC carry set on error

B error code, if any

Additional Information

  • This system call is similar to the assembly language instruction “STA 0,X”. The difference is that in the system call, X refers to an address in the given task’s address space instead of the current address space.

krn