reboot.hhf

来自「High Level assembly language(HLA)软件」· HHF 代码 · 共 25 行

HHF
25
字号
#if( !@defined( reboot_hhf ))?reboot_hhf := true;namespace linux; @fast;const    	// Linux reboot system call constants  	  	reboot_magic1	:= $fee1_dead;  	reboot_magic2	:= $28121969;	// Obviously a date (birthday?)  	reboot_magic2a	:= $05121996;	// Obviously another date  	reboot_magic2b	:= $16041998;	// Yet another date.  	  	reboot_cmd_restart	:= $0123_4567;	// How original :-)  	reboot_cmd_halt		:= $cdef_0123;  	reboot_cad_on		:= $89ab_cdef;  	reboot_cad_off		:= $0000_0000;	// How boring!  	reboot_cmd_power_off:= $4321_fedc;  	reboot_cmd_restart2	:= $a1b2_c3d4;	end linux;#endif //reboot_hhf

⌨️ 快捷键说明

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