Strumenti Utente

Strumenti Sito


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


ugBASIC Manuale Utente

DECLARE PROC ✓

SINTASSI

   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 (,)

SCOPO

ESEMPIO

  DECLARE SYSTEM PROC test ON CPC, ZX

Si vedano anche i seguenti file di esempio:

ABBREVIAZIONE

 DecPrb

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

ALIAS PER

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