F$Move

From NitrOS-9
Jump to: navigation, search
Move Data Moves data bytes from one address space to another
OS9 F$Move 103F 38

Entry Conditions

A source task number

B destination task number

X source pointer

Y byte count

U destination pointer

Exit Conditions

None

Error Output

CC carry set on error

B error code, if any

Additional Information

  • You can use the Move Data system call to move data bytes from one address space to another, usually from system to user, or vice versa.

krn