|
|
|
|
|
by andy_threos_io
1984 days ago
|
|
nope, every decent OS has system call library you can write like: bl _Open ; whatever syscall name you have
and the linker or the OS dynamic linker will get you the proper system call code, with the numbers.BTW even in our small threos.io os we use dynamic linked system calls. |
|