⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mman.hhf

📁 High Level assembly language(HLA)软件
💻 HHF
字号:
#if( !@defined( mman_hhf ))?mman_hhf := true;namespace linux; @fast;const	// Constants for the memory mapxxx calls		prot_read	:= 1;	prot_write	:= 2;	prot_exec	:= 4;	prot_none	:= 0;		map_shared		:= 1;	map_private		:= 2;	map_type		:= $f;	map_fixed		:= $10;	map_file		:= 0;	map_anonymous	:= $20;	map_anon		:= map_anonymous;	map_growsdown	:= $100;	map_denywrite	:= $800;	map_executable	:= $1000;	map_locked		:= $2000;	map_noreserve	:= $4000;	ms_async	  	:= 1;	ms_invalidate 	:= 2;	ms_sync		  	:= 4;		max_swapfiles	:= 32;	swap_flag_prefer:= $8000;			end linux;#endif //mman_hhf.hhf

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -