Changes

ASSEMBLER ALASM JP

516 bytes added, 02:11, 7 March 2020
5.式
== 5.式==
優先順位なしで左から右に評価されます(括弧を除く)。 16ビットの符号付き/符号なし整数が使用されます。  a + b ab  a-b a * b  a / b a&b a&b -AND  a | b-OR a!b a!b -XOR  a> b-ワード「a」「b」ビットのサイクリックシフトa 4 + cyclic shift of word "a" "b" bits right a<b - ...left () - brackets (they are evaluated first) {a} - word in memory address "a" a~ - invert current result (-1-a) ?label - returns 0 if label is defined, #ffff if not defined,  1 if not defined but accessed before, 2 if label is macro. 'a - higher byte of a .a - lower byte of a %const - binary number $}}-#BF43 make; mkace!current compilation address (shifted if inside DISP) $$ - current compilation page +および-を除くすべての操作では、ワンパスコンパイル方式により、以前に定義されていないラベルは許可されません。
ENDIF
== 6.エラー==
0構文エラー