KaiN
KaiN
Since Bebbo dusted off m68k support [with his toolchain](https://github.com/bebbo/amiga-gcc) on more recent GCC, perhaps you'd be able to continue your work. I've successfully implemented interrupt handlers/vectors with ability to pass...
Incomplete since I can only support Windows. Tested on MinGW with GCC 7.3 & DWARF2 EH Fixes #12, at least for me ;)
If I type in cmd `app` then backtrace doesn't work since there is no `app` file. If I run `app.exe` everything works fine. Is this a bug or feature? There...
Hi, Having gcc_support files inside a project is little troublesome. When using newer versions of plugin I had problems with building code containing old support files, so now I'm trying...
Hi, I've started developing a project along with a friend. Everything works nice, except that we have kickstart ROMs in totally different filesystem paths. I know that we can just...
My current project has hundreds of fns - looking for specific one is very tedious. ;) Adding filtering out names when typing would significantly increase usability. Alternatively, perhaps adding a...
I hope you don't have enough of me and my issues. ;) The WinUAE 4.4.0 was released recently. It comes with printf-like logging, which works almost the same as your...
Hi there, Due to recent developments of your extension, I'm trying to support both yours and Bebbo's GCC in my code. To this point I've used stdio.h, string.h and other...
### Feature Request Consider following code ```cpp void a(int aa, int bb, int cc, const char *file); #define b(x, y, z) a(x, y, z, __FILE__) int main() { a(1, 2,...
Consider code: `{ signal: [ { name: 'A', wave: '0h..l..', node: '.a..b..' }, ], edge: ['ab'] }` Dimension doesn't align its left arrow on rising edge of signal