HELLO FOR ALL
I THINK IT WILL BE GREATE TO ADD FOR US AND RADASM TO ADD SUPPORT FOR MACROS
LIKE IT DO WITH PROC. (I mean ToolTips)
I POST MESSAGE TO KetilO WHILE AGO WITH THIS SUGGESTION by email ~
SUPPOSE WE HAVE SOME API FUNCTION TAKE 6 ARGUMENTS
some_api_func proto :DWORD,:DWORD,:DWORD,:DWORD,:DWORD,:DWORD
we can? write some? macro to call it like
some_api_func_mac MACRO p1:REQ,p2:=<0>,p2:=<0>,p3:=<0>,p4:=<0>,p5:=<0>,p6:=<0>
invoke some_api_func,p1,p2,p3,p4,p5,p6
ENDM
Then we can INVOKE this api simply with
some_api_func_mac var1
or
some_api_func_mac var1,,,3
I think tooltip support for macroswill be greate
I THINK IT WILL BE GREATE TO ADD FOR US AND RADASM TO ADD SUPPORT FOR MACROS
LIKE IT DO WITH PROC. (I mean ToolTips)
I POST MESSAGE TO KetilO WHILE AGO WITH THIS SUGGESTION by email ~
SUPPOSE WE HAVE SOME API FUNCTION TAKE 6 ARGUMENTS
some_api_func proto :DWORD,:DWORD,:DWORD,:DWORD,:DWORD,:DWORD
we can? write some? macro to call it like
some_api_func_mac MACRO p1:REQ,p2:=<0>,p2:=<0>,p3:=<0>,p4:=<0>,p5:=<0>,p6:=<0>
invoke some_api_func,p1,p2,p3,p4,p5,p6
ENDM
Then we can INVOKE this api simply with
some_api_func_mac var1
or
some_api_func_mac var1,,,3
I think tooltip support for macroswill be greate
Hi H7SE
It is on my todo list. Main reason it takes time is that the code that handles intellisense and tooltip have gotten too complex over time.
It needs to be rewritten before it is possible to do any major changes.
KetilO
It is on my todo list. Main reason it takes time is that the code that handles intellisense and tooltip have gotten too complex over time.
It needs to be rewritten before it is possible to do any major changes.
KetilO
THANKS KetilO :)