Comment by tomsmeding
3 years ago
They're from the runtime, which is just concatenated with the program to be run: https://github.com/xorvoid/sectorc/blob/main/rt/lib.c
3 years ago
They're from the runtime, which is just concatenated with the program to be run: https://github.com/xorvoid/sectorc/blob/main/rt/lib.c
Yup. See “rt/lib.c” A bunch of inline machine code. The assembly mnemonics are in the comments.