Remote-processing BASIC 52 Instrukcja Użytkownika Strona 59

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 163
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 58
RPBASIC-52 PROGRAMMING GUIDE
2-40
FREE
Syntax: FREE
Function: Returns the bytes of available in program RAM
Mode: Command, run
Use: PRINT FREE
Cards: All
DESCRIPTION
FREE returns how many bytes of R AM are available to the program and Basic variables. It does not return
the amount of expanded RAM in 128K or 512K RAM systems. The amount of free memory is determined by
the following formula:
FREE = MTOP - LE N - system memory
"system memory" on cards with two serial ports is 1791. Add 512 bytes for any additional serial ports on a
card.
RELATED
LEN
ERROR
BAD SYNTAX Attempt to assign a value to FREE
Przeglądanie stron 58
1 2 ... 54 55 56 57 58 59 60 61 62 63 64 ... 162 163

Komentarze do niniejszej Instrukcji

Brak uwag