open.s

来自「KPIT GNU Tools is a set of GNU developme」· S 代码 · 共 15 行

S
15
字号
;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 + =
减小字号Ctrl + -
显示快捷键?