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 }}") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{FUNC| | + | {{FUNC |
− | Desc=Direct call a routine at a given address (generate ASM code: "call XXXX") | + | |Desc=Direct call a routine at a given address (generate ASM code: "call XXXX") |
− | Inline=1 | + | |Inline=1 |
− | Return=void | + | |Return=void |
− | Name=Call | + | |Name=Call |
− | Param1=u16 addr | + | |Param1=u16 addr |
− | Keywords= | + | |Keywords= |
− | Restriction= | + | |Restriction=None |
− | State=Fonctionnal | + | |State=Fonctionnal |
}} | }} |
Latest revision as of 17:39, 14 January 2022
// Direct call a routine at a given address (generate ASM code: "call XXXX")
inline void Call(u16 addr);
inline void Call(u16 addr);