Internally, bytecode interpreter (i.e. vm_exec() function found in the bytecode.dl dynamic library) uses the following register assignments:
er0 virtual register R0 (accumulator/pointer for indirect loads),
er1 virtual register R1 (aux data register/pointer for indirect saves),
er2 'this' for the object/actor/struct being processed,
er3 scratch register,
er4 table of extension functions (caller-supplied),
er5 table of built-in opcodes,
er6 p-code instruction pointer (static data/code space),
er7 stack pointer.
file: /Techref/cybiko/bc/regs.htm, 0KB, , updated: 2008/6/12 19:30, local time: 2024/11/9 15:27,
3.148.115.16:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/cybiko/bc/regs.htm"> Cybiko Bytecode Interpreter </A> |
Did you find what you needed? |