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

📄 coroutines.hhf

📁 High Level assembly language(HLA)软件
💻 HHF
字号:
#if( ! @defined( coroutines_hhf ))?coroutines_hhf := true;const	coroutine	:text := "coroutine_t";		// Deprecated!	type	coroutine_t:		class					var				CurrentSP:			dword;				Stack:				dword;				ExceptionContext:	dword;				LastCaller:			dword;							procedure cocall;					@external( "COR_COCALL" );			procedure create( size:uns32; theProc:procedure );				@external( "COR_CREATE" );			method cofree;				@external( "COR_COFREE" );					endclass;static	mainPgm_coroutine:coroutine_t; @external( "MainPgmCoroutine__hla_" );procedure coret; @external( "COR_CORET" );#endif

⌨️ 快捷键说明

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