Пример пары функций:
DEEK returns the value of the double-length integer in the pair of bytes starting at a specified address. The first byte of the pair is considered to hold the low-order half of the integer and the second byte has the high-order half. Thus if byte 1 holds n1 and byte 2 holds n2 then the DEEK function gives the value (N2*256)+N1. DEEK may be used to examine system variables which often span two bytes. For example, PRINT DEEK(156) reveals where the data area of memory starts
Для звука куча разных команд.The DOKE instruction places a two-byte integer in the pair of bytes starting at a given address. The high order half of the integer is put in the second byte and the low order half in the first. Thus DOKE is the reverse of DEEK, and correspondingly can be useful for altering system variables. For example a Basic program may be LIST-protected by:
Мануал от сабжа: http://www.defence-force.org/computi...ric1manual.pdf
Я не говорю, что этот Бейсик супер, но на фоне Бейсика от Сомода64 он хорош.![]()





Ответить с цитированием