Strumenti Utente

Strumenti Sito


it:ugbasic:user:kw:declare_function
Traduzioni di questa pagina:


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:

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

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 aprire una segnalazione per questa parola chiave su GitHub. Grazie!

POWERED BY