Assembly compiler & IDE project
Forum rules
Post guides, tutorials, and other instructional content here.
This topic area requires approval, so please be patient while we review content to make sure it fits the expectations for this topic area.
Tech support questions should be asked in Hardware or Software support.
Post guides, tutorials, and other instructional content here.
This topic area requires approval, so please be patient while we review content to make sure it fits the expectations for this topic area.
Tech support questions should be asked in Hardware or Software support.
Assembly compiler & IDE project
Just wanted to share a link to a project I've been working on in my spare time. I was interested in writing a 65C02 assembly compiler with modern syntax influences taken from Java and C++, with inline Java/Groovy code support, built in VERA commands and some handy Huffman compressor/decompressor functions for general byte files and VERA tile, sprite, and map data upload. The repo is here https://github.com/pshdev0/assembly-sub-compiler and I'm working on an IDE with graphics editor for desktop to accompany it - will make that available when ready.
Last edited by pshdev on Thu Sep 28, 2023 2:38 pm, edited 2 times in total.
Assembly compiler & IDE project
Looks good.
>There's a 65(C)02 Assembly Sub Compiler I wrote from scratch with syntax influences from Assembly/Java/C++, with inline Java/Groovy code support
I'm doing something similar, but with c# as java just leads to the dark side... ?
>There's a 65(C)02 Assembly Sub Compiler I wrote from scratch with syntax influences from Assembly/Java/C++, with inline Java/Groovy code support
I'm doing something similar, but with c# as java just leads to the dark side... ?
Re: Assembly compiler & IDE project
Well I also program in C++, Kotlin, Swift, JavaScript, and assembly, so if that's the dark side then yes I guess so I must admit I've not tried C# before. What do you like about C# over other languages?
And how did your C# project turn out, or is it still wip like mine ?
And how did your C# project turn out, or is it still wip like mine ?
Re: Assembly compiler & IDE project
Still going!And how did your C# project turn out, or is it still wip like mine ?
All of the four parts -- The Emulator, Debugger, Compiler and Template Engine -- are near or surpass their MVC. So really rather close, just a few little wrinkles to iron out.
https://github.com/Yazwh0/BitMagic
Re: Assembly compiler & IDE project
an interesting project
does it work with the x16 emulator so it can be tested and improve workflow
does it work with the x16 emulator so it can be tested and improve workflow