aout.hhf
来自「High Level assembly language(HLA)软件」· HHF 代码 · 共 19 行
HHF
19 行
#if( ! @defined( aout_hhf ))?aout_hhf := true;namespace linux; @fast; type exec: record a_info :dword; a_text :dword; // length of text, in bytes a_data :dword; // length of data, in bytes a_bss :dword; // length of uninitialized data a_syms :dword; // length of symbol table data a_entry :dword; // start address a_drsize:dword; // length of relocation info for data endrecord;end linux;#endif //aout_hhf
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?