Started implementing some opcodes

This commit is contained in:
2017-01-24 13:36:52 +01:00
parent b49c1e543f
commit 1bd5b0a6da
4 changed files with 68 additions and 3 deletions

View File

@@ -76,6 +76,13 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="main.cpp" />
<ClCompile Include="stack.cpp" />
<ClCompile Include="vm.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="stack.h" />
<ClInclude Include="vm.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">