{{htmlmetatags>metatag-robots=() metatag-title=(DECLARE FUNCTION | ugBASIC User Manual) metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum) metatag-description=(Pagina del manuale per DECLARE FUNCTION) metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png) metatag-og:title=(DECLARE FUNCTION | ugBASIC User Manual) metatag-og:description=(Pagina del manuale per DECLARE FUNCTION) }} ====== ugBASIC Manuale Utente ====== ===== DECLARE FUNCTION ✓ ===== ===== SINTASSI ===== DECLARE [SYSTEM] FUNCTION name AT address [ ( par1 [, par2 [, ... ] ] ) ] RETURN ret [ ON targets ] par : name AS type ON register par : name AS type ON STACK(width) ret : register AS type | STACK(width) AS type width: BYTE | WORD | DWORD targets : name of targets, separated by comma (,) ==== SCOPO ==== La ''DECLARE FUNCTION'' è un modo per definire e chiamare procedure esterne scritte in linguaggio macchina e per inserire assembly nelle sorgenti. Le procedure definite in questo modo possono essere chiamate come se fossero parte integrante del linguaggio e qualsiasi valore di risultato può essere recuperato chiamandolo come una funzione: '''value = test[]''' ==== ESEMPIO ==== DECLARE SYSTEM FUNCTION test ON CPC, ZX Si vedano anche i seguenti file di esempio: * ''[[https://github.com/spotlessmind1975/ugbasic/tree/main/examples/extern_example_11.bas|extern_example_11.bas]]'' ==== ABBREVIAZIONE ==== DecFu ==== DISPONIBILE SU ==== * * Atari (400/800) * Atari XL/XE * Commodore 128 (MOS 8502) * Commodore 128 (Zilog Z80) * Commodore 64 * Commodore 64+REU * TRS-80 Color Computer * TRS-80 Color Computer 3 * ColecoVision * Amstrad CPC 664 * Dragon 32 * Dragon 64 * Thomson MO5 * Thomson MO5 * Olivetti Prodest PC128 * Commodore PLUS/4 * SEGA SC-3000 * SEGA SG-1000 * * VG-5000 * Commodore VIC-20 * ZX Spectrum 48 ==== VEDI ANCHE ==== [[DECLARE PROCEDURE]] ==== PROBLEMI? ==== Se si riscontra un problema nell'utilizzare questo comando, se si ritiene che vi sia un bug oppure che la spiegazione sia poco chiara, è possibile [[https://github.com/spotlessmind1975/ugbasic/issues/new?title=SEGNALAZIONE SU DECLARE FUNCTION|aprire una segnalazione]] per questa parola chiave su GitHub. Grazie!===== POWERED BY ===== [[:it:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]