?? open.s
字號:
;int open(const char *pathname, int flags);;Integer arguments have to be zero extended.;The second argument is taken from the stack,;hence it is not zero extended here.#include "setarch.h" .section .text .align 2 .global __open__open: jsr @@0xc5 rts .end
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -