Skip to content

Commit 81e22ce

Browse files
committed
Fixed MST and MLD operations
MST and MLD operations would add the register index itself to the memory address instead of the value in the register.
1 parent 80e68cc commit 81e22ce

14 files changed

+44
-62
lines changed

.godot/editor/filesystem_cache8

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ea4bc82a6ad023ab7ee23ee620429895
2-
::res://::1713335997
3-
export_presets.cfg::TextFile::-1::1712880601::0::1::::<><>::
2+
::res://::1713342881
3+
export_presets.cfg::TextFile::-1::1713337496::0::1::::<><>::
44
icon.svg::CompressedTexture2D::5904113267512414005::1712738933::1712738955::1::::<><>::
55
::res://fonts/::1712817640
66
RobotoMono-VariableFont_wght.ttf::FontFile::8427850774767313839::1712817627::1712817640::1::::<><>::
7-
::res://scenes/::1713234299
8-
main.tscn::PackedScene::8945716566400318633::1713234299::0::1::::<><>::res://scripts/main.cs
9-
::res://scripts/::1713163538
10-
main.cs::CSharpScript::-1::1713335871::0::1::::<>Node<>::
7+
::res://scenes/::1713337242
8+
main.tscn::PackedScene::8945716566400318633::1713337242::0::1::::<><>::res://scripts/main.cs
9+
::res://scripts/::1713337228
10+
main.cs::CSharpScript::-1::1713337228::0::1::::<>Node<>::
1111
::res://textures/::1712809471
1212
redstone_lamp.png::CompressedTexture2D::6828058795723639917::1712739257::1712739287::1::::<><>::
1313
redstone_lamp_on.png::CompressedTexture2D::2490822752877950868::1712739257::1712739268::1::::<><>::

.godot/editor/main.tscn-editstate-3ad5c15c4f3250da0cc7c1af1770d85f.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Anim={
88
"grid_snap_active": false,
99
"grid_step": Vector2(8, 8),
1010
"grid_visibility": 1,
11-
"ofs": Vector2(-192.928, -228.396),
11+
"ofs": Vector2(-460.778, -104.365),
1212
"primary_grid_step": Vector2i(8, 8),
1313
"show_edit_locks": true,
1414
"show_guides": true,
@@ -32,7 +32,7 @@ Anim={
3232
"snap_rotation_step": 0.261799,
3333
"snap_scale": false,
3434
"snap_scale_step": 0.1,
35-
"zoom": 0.943874
35+
"zoom": 0.793701
3636
}
3737
3D={
3838
"fov": 70.01,
@@ -172,4 +172,4 @@ Anim={
172172
"zfar": 4000.01,
173173
"znear": 0.05
174174
}
175-
selected_nodes=Array[NodePath]([NodePath("/root/@EditorNode@17164/@Panel@13/@VBoxContainer@14/@HSplitContainer@17/@HSplitContainer@25/@HSplitContainer@33/@VBoxContainer@34/@VSplitContainer@36/@VSplitContainer@62/@VBoxContainer@63/@PanelContainer@110/MainScreen/@CanvasItemEditor@9462/@VSplitContainer@9281/@HSplitContainer@9283/@HSplitContainer@9285/@Control@9286/@SubViewportContainer@9287/@SubViewport@9288/Main")])
175+
selected_nodes=Array[NodePath]([])
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.godot/mono/temp/obj/Batpu2 VM.csproj.nuget.dgspec.json

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
"GodotSharp": {
4848
"target": "Package",
4949
"version": "[4.2.1, )"
50+
},
51+
"GodotSharpEditor": {
52+
"target": "Package",
53+
"version": "[4.2.1, )"
5054
}
5155
},
5256
"imports": [
@@ -65,25 +69,13 @@
6569
"name": "Microsoft.AspNetCore.App.Ref",
6670
"version": "[6.0.12, 6.0.12]"
6771
},
68-
{
69-
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
70-
"version": "[6.0.12, 6.0.12]"
71-
},
7272
{
7373
"name": "Microsoft.NETCore.App.Ref",
7474
"version": "[6.0.12, 6.0.12]"
7575
},
76-
{
77-
"name": "Microsoft.NETCore.App.Runtime.win-x64",
78-
"version": "[6.0.12, 6.0.12]"
79-
},
8076
{
8177
"name": "Microsoft.WindowsDesktop.App.Ref",
8278
"version": "[6.0.12, 6.0.12]"
83-
},
84-
{
85-
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
86-
"version": "[6.0.12, 6.0.12]"
8779
}
8880
],
8981
"frameworkReferences": {
@@ -93,11 +85,6 @@
9385
},
9486
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json"
9587
}
96-
},
97-
"runtimes": {
98-
"win-x64": {
99-
"#import": []
100-
}
10188
}
10289
}
10390
}

.godot/mono/temp/obj/Debug/Batpu2 VM.GeneratedMSBuildEditorConfig.editorconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build_property.UsingMicrosoftNETSdkWeb =
1010
build_property.ProjectTypeGuids =
1111
build_property.InvariantGlobalization =
1212
build_property.PlatformNeutralAssembly =
13+
build_property.EnforceExtendedAnalyzerRules =
1314
build_property._SupportedPlatformList = Linux,macOS,Windows
1415
build_property.RootNamespace = Batpu2VM
1516
build_property.ProjectDir = D:\Programming\Python\Batpu2-VM\
551 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.godot/mono/temp/obj/project.assets.json

Lines changed: 25 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,19 @@
2020
"related": ".xml"
2121
}
2222
}
23-
}
24-
},
25-
"net6.0/win-x64": {
26-
"Godot.SourceGenerators/4.2.1": {
27-
"type": "package",
28-
"build": {
29-
"build/Godot.SourceGenerators.props": {}
30-
}
3123
},
32-
"GodotSharp/4.2.1": {
24+
"GodotSharpEditor/4.2.1": {
3325
"type": "package",
26+
"dependencies": {
27+
"GodotSharp": "4.2.1"
28+
},
3429
"compile": {
35-
"lib/net6.0/GodotSharp.dll": {
30+
"lib/net6.0/GodotSharpEditor.dll": {
3631
"related": ".xml"
3732
}
3833
},
3934
"runtime": {
40-
"lib/net6.0/GodotSharp.dll": {
35+
"lib/net6.0/GodotSharpEditor.dll": {
4136
"related": ".xml"
4237
}
4338
}
@@ -70,12 +65,26 @@
7065
"lib/net6.0/GodotSharp.dll",
7166
"lib/net6.0/GodotSharp.xml"
7267
]
68+
},
69+
"GodotSharpEditor/4.2.1": {
70+
"sha512": "wibPQq4Gj43T/zlhwogJRnRSxfvfIqGCvnPEz1nSp6aPx4CTu1gZW7gDYx/MRQ9LX2SwKh4N6QXkFp7PhB33Tw==",
71+
"type": "package",
72+
"path": "godotsharpeditor/4.2.1",
73+
"files": [
74+
".nupkg.metadata",
75+
".signature.p7s",
76+
"godotsharpeditor.4.2.1.nupkg.sha512",
77+
"godotsharpeditor.nuspec",
78+
"lib/net6.0/GodotSharpEditor.dll",
79+
"lib/net6.0/GodotSharpEditor.xml"
80+
]
7381
}
7482
},
7583
"projectFileDependencyGroups": {
7684
"net6.0": [
7785
"Godot.SourceGenerators >= 4.2.1",
78-
"GodotSharp >= 4.2.1"
86+
"GodotSharp >= 4.2.1",
87+
"GodotSharpEditor >= 4.2.1"
7988
]
8089
},
8190
"packageFolders": {
@@ -124,6 +133,10 @@
124133
"GodotSharp": {
125134
"target": "Package",
126135
"version": "[4.2.1, )"
136+
},
137+
"GodotSharpEditor": {
138+
"target": "Package",
139+
"version": "[4.2.1, )"
127140
}
128141
},
129142
"imports": [
@@ -142,25 +155,13 @@
142155
"name": "Microsoft.AspNetCore.App.Ref",
143156
"version": "[6.0.12, 6.0.12]"
144157
},
145-
{
146-
"name": "Microsoft.AspNetCore.App.Runtime.win-x64",
147-
"version": "[6.0.12, 6.0.12]"
148-
},
149158
{
150159
"name": "Microsoft.NETCore.App.Ref",
151160
"version": "[6.0.12, 6.0.12]"
152161
},
153-
{
154-
"name": "Microsoft.NETCore.App.Runtime.win-x64",
155-
"version": "[6.0.12, 6.0.12]"
156-
},
157162
{
158163
"name": "Microsoft.WindowsDesktop.App.Ref",
159164
"version": "[6.0.12, 6.0.12]"
160-
},
161-
{
162-
"name": "Microsoft.WindowsDesktop.App.Runtime.win-x64",
163-
"version": "[6.0.12, 6.0.12]"
164165
}
165166
],
166167
"frameworkReferences": {
@@ -170,11 +171,6 @@
170171
},
171172
"runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.101\\RuntimeIdentifierGraph.json"
172173
}
173-
},
174-
"runtimes": {
175-
"win-x64": {
176-
"#import": []
177-
}
178174
}
179175
}
180176
}

0 commit comments

Comments
 (0)