OSDN Git Service

SourceForge.JP で Mac 旧来の改行コード( CR のみ)の場合に正常に処理されないので、改行コードを変更。
[bacon/BaCon-Japanese.git] / 関数・命令 / MEMCHECK.txt
1   MEMCHECK
2
3   【2.0 追加】
4    MEMCHECK(<memory address>)
5
6    Type: function
7
8    Verifies if <memory address> is accessible, in which case a '1' is
9    returned. If not, this function returns a '0'. Example:
10
11    IF MEMCHECK(mem) THEN POKE mem, 1234
12