Closed maxim-zhao closed 5 years ago
I just downloaded the latest master from GitHub, and all seems to work also on the z80 side. At least the included tests run through without errors...
It may well be me at fault :) I built my fork after rebasing on latest, which has no code changes, but maybe it needs a clean. I'll check later when I get access to power.
Hmm... building Release-x64 in VS2017 gets me non-working programs via ninja. Building at the commandline with
cmake .
cmake . --build --config Release
...gets me something that works, via msbuild. I think incomprehensible CMake is at fault here, or perhaps just PEBKAC on my end.
I have no idea what you just said, but I'll trust you. 👍
Any attempt to assemble anything I've written fails on the first opcode seen :( e.g. code at https://github.com/maxim-zhao/mappy-gg-translation
This is on latest master.