Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 247 Bytes

riscv.md

File metadata and controls

14 lines (9 loc) · 247 Bytes

RISC-V specific

syscalls_sbiPutChar (syscalls_sbi_putchar)

GETFROMSTACK(ustack, char, c, 0);

syscalls_sbiGetChar (syscalls_sbi_getchar)

See also

  1. System calls
  2. Table of Contents