Aidan Khoury
Aidan Khoury
This turns out to be more difficult than originally thought. I think I'm going to have to adjust the language flex to track `%if 0` along with `%endif` blocks since...
Thank you for opening an issue for this. I will put out a fix for this as soon as I can.
Do you just mean the labels that are preceded by a dot get marked as a spelling error with the little green squiggle?
Yeah this is a known problem with the lexer, for a quick workaround just add a colon (:) at the end of .len like so: `.len: equ $-message`
Yeah I meant a colon haha! I'll try to find some spare time to tinker with the lex later today.
Were you trying to rename an identifier which caused this exception? I have not finished implementing some features, including renaming of identifiers.
Ill keep this issue open until I finish implementing the future features if I get free time. Some things are currently partially completed and still left to be completed, hence...
> redirecting RIP to custom handler at cr3 switching moment is fine when KvaShadow is enabled. > something like: > > ``` > // The MOV to CR3 does not...
> It seems _very_ odd to treat CMake as a separate platform. What I would have expected was a full `Configurations/CMakeLists.txt.tmpl`, and a Configure call like this: > > ```...
Unfortunately, there is an issue I am running into with going for the `BUILDFILE=CMakeLists.txt ./Configure [... args ...]` solution: Every where I see the use of `$target{build_file}` instead of the...