Zykluszeit im ByteCode
This commit is contained in:
@ -5,7 +5,8 @@ using System.Collections.Generic;
|
||||
public static class Bytecode {
|
||||
public const string Magic = "STBC";
|
||||
public const ushort Version = 2;
|
||||
|
||||
public const ushort DefaultCycleTime = 100; // in milliseconds
|
||||
|
||||
public static class OpCodes {
|
||||
public const byte NOP = 0x00;
|
||||
public const byte PUSH_CONST = 0x01; // integer/long
|
||||
|
||||
Reference in New Issue
Block a user