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 }}") |
|||
Line 6: | Line 6: | ||
Param1=u16 addr | Param1=u16 addr | ||
Keywords= | Keywords= | ||
− | Restriction= | + | Restriction=None |
State=Fonctionnal | State=Fonctionnal | ||
}} | }} |
Revision as of 17:38, 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=None
State=Fonctionnalinline {{{Return}}} {{{Name}}}({{{Param1}}}){{{Keywords}}};