User:Zarutian/Smallcaps

From Erights

< User:Zarutian
Revision as of 16:52, 30 January 2010 by Zarutian (Talk)
Jump to: navigation, search

Notes of what I have cleaned from the incomplete spefication and implementation of Smallcaps.

Smallcaps is a bytecode based format of executable code.

The opcodes are:

 Hex Memnomic  Effects
 0x1 OP_DUP      [x],[] => OP_DUP => [x, x],[]
 0x2 OP_POP      [x],[] => OP_POP => [],[]
 0x3 OP_SWAP     [x, y],[] => OP_SWAP => [y, x],[]
 0x4 OP_ROT      [x, y, z],[] => OP_ROT => [y, z, x],[]
 0x5 OP_RETURN   [x],[] => OP_RETURN
Personal tools
more tools