On 8/4/18 1:19 PM, Arne Vajhøj wrote: > What system services do a compiler need? > > (besides what is available in standard C RTL) Things such as file I/O that are not in libc on most systems. However, those systems tend to have C-friendly syscalls, so you still wouldn't need assembler.