Field RNG Selector Opcode 0x1c Review

필드 인카운트 쪽에 마지막으로 남았던 RNG selector 0x0040bdcc를 handler/opcode 단위로 분리한 리뷰입니다.

yes
handler entry matches
0
well-formed blocks
3
low-byte refs
3
invalid low-byte refs
no
field binding

결론

Opcode 0x1c remains a handler-grounded selector primitive, but no well-formed command stream using it was found in the current static scan. The existing script_handler_table refs are low-byte pointer artifacts such as 1c f7 53 00, not executable opcode 0x1c commands. Do not promote it as field encounter evidence.

Handler Semantics

Well-formed Opcode Blocks

streamsectionmodepointer countpointers
well-formed opcode 0x1c command block 없음

기존 low-byte refs 재검토

기존 script handler table의 refs는 dword low byte가 0x1c였다는 뜻일 뿐이다. 아래처럼 mode byte가 0xf7이면 opcode 0x1c handler가 정상 소비할 수 없다.

wordvalueraw bytesmode bytesource/target metadatainterpretation
0x00542b200x0053f71c1c f7 53 000xf7map1_01a → map2_02dlow-byte pointer artifact, not a valid opcode 0x1c command
0x00542b200x0053f71c1c f7 53 000xf7map1_01a → map2_02dlow-byte pointer artifact, not a valid opcode 0x1c command
0x00542b200x0053f71c1c f7 53 000xf7map1_01a → map2_02dlow-byte pointer artifact, not a valid opcode 0x1c command

Summary JSON

{
  "handlerEntryMatchesExpected": true,
  "wellFormedOpcode1cBlockCount": 0,
  "wellFormedModeCounts": {},
  "scriptHandlerTableLowByteReferenceCount": 3,
  "invalidLowByteReferenceCount": 3,
  "directFieldEncounterBindingFound": false,
  "classification": "handler-only-unbound",
  "decision": "Opcode 0x1c remains a handler-grounded selector primitive, but no well-formed command stream using it was found in the current static scan. The existing script_handler_table refs are low-byte pointer artifacts such as 1c f7 53 00, not executable opcode 0x1c commands. Do not promote it as field encounter evidence."
}