We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c0987 commit 5efb2a5Copy full SHA for 5efb2a5
lua/wire/zvm/zvm_data.lua
@@ -444,8 +444,10 @@ ZVM.NeedInterruptCheck[38] = true
444
ZVM.NeedInterruptCheck[39] = true
445
ZVM.NeedInterruptCheck[40] = true
446
ZVM.NeedInterruptCheck[41] = true
447
+-- Ports section
448
for i=1000,2023 do ZVM.NeedInterruptCheck[i] = true end
-for i=2048,2207 do ZVM.NeedInterruptCheck[i] = true end
449
+-- Starts just after R31, so these ones past that are going to be the memory access modifiers.
450
+for i=2048+32,2207 do ZVM.NeedInterruptCheck[i] = true end
451
452
-- Register lookup table FIXME: add segments
453
ZVM.NeedRegisterLookup = {}
0 commit comments