The IDEA and LTS version of BIT-MiniCC.
-
Copy the code from generated x86
.asm
file intoVS_Project
directory. -
Replace the lines:
includelib msvcrt.lib
includelib user32.lib
includelib kernel32.lib
Into:
includelib ucrt.lib
includelib legacy_stdio_definitions.lib
- Open
ASM-Project.sln
inVS_Project
directory and switch run configuation intox86
, and you are done :)