Zykluszeit im ByteCode

This commit is contained in:
2025-10-13 13:30:00 +02:00
parent 74f256efb2
commit 5a002806a9
46 changed files with 19 additions and 14 deletions

View File

@ -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