Difference between revisions of "Function/Call"
From MSX Game Library
(Created page with "{{FUNC| Desc=Direct call a routine at a given address (generate ASM code: "call XXXX") Inline=1 Return=void Name=Call Param1=u16 addr Keywords= Restriction= State=Fonctionnal }}") |
(No difference)
|
Revision as of 17:33, 14 January 2022
// Direct call a routine at a given address (generate ASM code: "call XXXX")
inline {{{Return}}} {{{Name}}}({{{Param1}}}){{{Keywords}}};
Inline=1 Return=void Name=Call Param1=u16 addr Keywords= Restriction=
State=Fonctionnalinline {{{Return}}} {{{Name}}}({{{Param1}}}){{{Keywords}}};