Table of Contents

ugBASIC User Manual

DECLARE PROC ✓

SYNTAX

   DECLARE [SYSTEM] PROC name AT address [ ( par [, par [, ... ] ] ) ] [ ON targets ]
     par : name AS type ON register
     par : name AS type ON STACK(width)
     width: BYTE | WORD | DWORD
     targets : name of targets, separated by comma (,)

PURPOSE

EXAMPLE

  DECLARE SYSTEM PROC test ON CPC, ZX

See also the following example files:

ABBREVIATION

 DecPrb

AVAILABLE ON

SEE ALSO

DECLARE FUNCTION

ALIAS FOR

DECLARE PROCEDURE

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY