Core Concept
SanOS maps directly onto the 64-bit RISC-V architecture, utilizing 32 general-purpose registers (X0-X31).
Basic Fundamentals Curriculum
SanOS maps directly onto the 64-bit RISC-V architecture, utilizing 32 general-purpose registers (X0-X31).
Zero Register (X0) : Always returns zero.
Return Address (X1) : Used for function calls.
Stack Pointer (X2) : Managing memory frames during deep recursion.