10.8.9 safecall

This modier ressembles closely the stdcall modier. It sends parameters from right to left on the stack. The called procedure saves and restores all registers.

More information about this modier can be found in the Programmers guide, in the section on the calling mechanism and the chapter on linking.