550W Document
550W, a high-end OS
sbiasm.h
浏览该文件的文档.
1 #pragma once
2 
3 /* clang-format off */
4 .macro SBI_CALL which
5  li a7, \which
6  ecall
7  nop
8 .endm
9  /* clang-format on */
#define SBI_CALL(which, arg0, arg1, arg2)
Definition: sbi.h:8
macro SBI_CALL which li a7
Definition: sbiasm.h:5