Home
last modified time | relevance | path

Searched refs:opcode (Results 1 – 3 of 3) sorted by relevance

/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1001 opcode "v2" described in a later section of this document.
2354 ASCII order according to their opcode mnemonics, opcode "c0" (if present) will
2356 forth until opcode "c9" (if present).
2416 This opcode takes no operands.
2425 record. The draw_claim opcode takes no operands.
2433 indicated position. The draw_offer opcode takes no operands.
2440 This opcode takes no operands.
2492 This opcode is intended for use with test suites used for measuring
2556 game. This opcode takes no operands.
2616 in ASCII order according to their opcode mnemonics, opcode "v0" (if present)
[all …]
H A Dpgn-standard-proposed-supplement.txt140 This parameter syntax is based on the epd opcode syntax described at 16.2.4 of
166 We have thus departed from the epd opcode specification in two ways:
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs9259 else if(cc <= 0x07) return console.error("WK1 invalid opcode " + cc.toString(16));
9261 else if(cc <= 0x1E) return console.error("WK1 invalid opcode " + cc.toString(16));
9262 else if(cc <= 0x73) return console.error("WK1 unsupported function opcode " + cc.toString(16));
9264 else return console.error("WK1 unrecognized opcode " + cc.toString(16));