I am building a 64 bit compiler for vb6. I want to have it working by the year 2025.
My goal is to have it be able to compile vb6 projects to 64 bit binaries without any source code modifications or conversions. The IDE will not look the same as the original but it will be similar. It will have simulation capabilities to aid in development.
Date | Description |
February 8th, 2017 | Assembly converter can do expressions, loops, if statements and functions properly. |
December 19th, 2017 | First 32 bit exe written and loaded and ran. |
January 16th, 2018 | Got a sample debugger program to attach to an exe and run and stop on a break point. |
March 1st, 2018 | Started a new MDI project and called it 'DotBasic'. |
Dec 5th, 2018 | Assembly Based Simulator - Single stepped through "HelloWorld" console program |
February 3rd, 2019 | DLL Compiling |
January 1st, 2019 | Upgraded the Assembler Abstration |
February 13th, 2020 | Created a Window |
June 12th, 2020 | Editor is working much better; hundreds of buggy things fixed |
November 18th, 2021 | 64 Bit EXE runs a function from a 64 bit DLL |
May 3rd, 2022 | Modules can act like objects |
December 20th, 2022 | Modules can have instance data and become objects with events. |
January 19th, 2023 | Interfaces |
January 29th, 2023 | 64 bit Window.asm program pops a window up |
February 7th, 2023 | Option to have an object preinitialized at compile time |
March 14th, 2023 | Heap Memory Management System |
April 4th, 2023 | Upgraded the Assembler Abstration |
April 16th, 2023 | Ability to create a standalone exe. |
| |