Document and clarify opcodes 00-47: added detailed comments explaining functionality...
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 17 Feb 2026 15:42:50 +0000 (17:42 +0200)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Tue, 17 Feb 2026 15:42:50 +0000 (17:42 +0200)
commitf41f0ecb0c4b1369cf4ece37e43b222e200a709b
tree2b82f60482c5ff5d2b5bba0d9305151f0e6cf3cb
parent5efe6d3fa5ab9272aa998b0b3a5c97269dc40007
Document and clarify opcodes 00-47: added detailed comments explaining functionality, stack effects, parameters, memory layouts, and examples. Standardized opcode naming convention (`x*` to `op_*`).
emulator/emulator.asm
emulator/opcodes_00_09.inc
emulator/opcodes_10_19.inc
emulator/opcodes_20_29.inc
emulator/opcodes_30_39.inc
emulator/opcodes_40_47.inc
emulator/tvidput.inc
emulator/vidput.inc