OSDN Git Service

dd78ae2878c1df6d3f666d39bcae34bca74f70cc
[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