代码搜索:impl
找到约 10,000 项符合「impl」的源代码
代码结果 10,000
www.eeworm.com/read/481522/6642181
asm hello_impl.asm
%include "macro.inc"
%include "orzmicro.inc"
dd 0x1000 ; Stack size
dd _DATA_LEN ; Data size
[ORG -8]
[BITS 32]
mov esi, strx
mov ecx, strx_len
call __dbg_PrintStrS
;;;;
Exit:
xor ebx,
www.eeworm.com/read/481522/6642182
asm dump_impl.asm
%include "macro.inc"
%include "orzmicro.inc"
%include "fat12_handler.inc"
dd 0x1000 ; Stack size
dd _DATA_LEN ; Data size
[ORG -8]
[BITS 32]
mov esi, fat12_name
mov ecx, fat12_len
call Fin
www.eeworm.com/read/478790/6703477