![]() |
Phasor 3.1.1
Stack VM based Programming Language
|
Go to the source code of this file.
Namespaces | |
| namespace | phasor |
| namespace | phasor.Metadata |
Functions | |
| int | phasor.Metadata._ascii_to_u32_le (str s) |
Variables | |
| int | phasor.Metadata.MAGIC = _ascii_to_u32_le("PHSB") |
| int | phasor.Metadata.VERSION = 0x03000000 |
| int | phasor.Metadata.HEADER_SIZE = 16 |
| int | phasor.Metadata.SEC_CONSTANTS = 0x01 |
| int | phasor.Metadata.SEC_VARIABLES = 0x02 |
| int | phasor.Metadata.SEC_INSTRUCTIONS = 0x03 |
| int | phasor.Metadata.SEC_FUNCTIONS = 0x04 |