feat(a1): .NET 8 solution scaffold + Model + OpcodeTable loader
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2
engine/Age.Engine/Model/Instruction.cs
Normal file
2
engine/Age.Engine/Model/Instruction.cs
Normal file
@@ -0,0 +1,2 @@
|
||||
namespace Age.Engine.Model;
|
||||
public sealed record Instruction(int Offset, int Opcode, IReadOnlyList<Operand> Args);
|
||||
Reference in New Issue
Block a user