Ivan Krasin

Results 5 issues of Ivan Krasin

Hi there, [LLVM backend](http://github.com/krasin/llvm-dcpu16) has to emit the instructions like: ``` dasm16 :autoinit ;;Init data stack register C SET I, SP SUB I, 256 :autostart JSR main :autohalt SET PC,...

uconfig crashes with heap-use-after-free error when running on LM393 datasheet from https://lcsc.com/product-detail/Analog-Comparators_ON-Semicon_LM393DR2G_ON-Semicon-ON-LM393DR2G_C7955.html To reproduce: 1. Checkout bfd75d012583308094deb20190f885d4ffb6dce8 commit (master at the time of writing this). 2. Build uconfig with Address...

First of all, thanks for developing such a promising tool! It would be nice to know under which the license the code is released. It will help users and potential...

necessity

Hi there, LLVM backend has to emit the instructions like: ``` dasm16 :autoinit ;;Init data stack register C SET I, SP SUB I, 256 :autostart JSR main :autohalt SET PC,...

I have a collection of tests for DCPU16 assemblers (it's not that large now, but this would be improved over time) here: https://github.com/krasin/dcpu16-tests/tree/master/asm It makes senses to run these regression...