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 18:33, 14 January 2022

// 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

inline {{{Return}}} {{{Name}}}({{{Param1}}}){{{Keywords}}};