Line 299:
Line 299:
== FastCalls ==
== FastCalls ==
−
FastCalls, on the other hand, are system calls that aren't routed through the dispatcher and can be accessed by any RAMPID.
+
Fastcalls, on the other hand, are system calls that aren't routed through the dispatcher and can be accessed by any RAMPID.
Attempting to access an unimplemented fastcall will redirect the code flow to syscall 0x0100 (AppPanic).
Attempting to access an unimplemented fastcall will redirect the code flow to syscall 0x0100 (AppPanic).