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

@ -365,6 +365,7 @@ public class BytecodeEmitter {
// Header
w.Write(Encoding.ASCII.GetBytes(Bytecode.Magic));
w.Write(Bytecode.Version);
w.Write(Bytecode.DefaultCycleTime);
// Konstanten
w.Write((ushort)consts.Count);

View File

@ -13,10 +13,10 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("STCompiler.Compiler")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+3cb63739152cd26ec43993953c7b93d4ab9bcce7")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+74f256efb2d90ae0bc878111d497ee146327bb51")]
[assembly: System.Reflection.AssemblyProductAttribute("STCompiler.Compiler")]
[assembly: System.Reflection.AssemblyTitleAttribute("STCompiler.Compiler")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@ -1 +1 @@
cc701f58f98db810dc498092a84a16f3679a63cf316500de1b157491a545da80
9e103a7c6db7d257367fcb8e4dc976fb31f0875136636fa357927991b9ce9ddc

Binary file not shown.