Alcaro

Results 33 issues of Alcaro

[ ] CI should build Flips under MSVC, to ensure I don't sneak in some GCC-ism [ ] CI should build with make.sh's high-grade optimizations, and provide build artifacts, so...

[I tried every combination of LD_PRELOAD, DYLD_INTERPOSE and DYLD_INSERT_LIBRARIES I could think of.](https://github.com/Alcaro/GitBSLR/tree/osx) I couldn't get it working. If anyone has any ideas that I didn't think of, PRs are...

help wanted

### Describe the bug Inconsistent line numbering in compile errors depending in Compile to Binary mode ### Steps to reproduce Open CE. Reset UI layout, if needed. Enter a compile...

bug
ui

[23:40:47] \ !rb as3 nop : nop [23:40:50] \ EA EA [23:40:50] \ !rb as3 nop : : nop [23:40:52] \ EA EA [23:40:53] \ !rb as3 nop : :...

\ !rb as lda ($12,x) \ A1 12 \ !rb as lda ($1234,x) \ Errors occurred while assembling. \:2: error: (E5117): Unknown command. [lda ($1234,x)] \ !rb as arch spc700...

bug

\ !rb as3 A = 0 namespace B A = A+1 \ Errors occurred while assembling. \:4: error: (Elabel_moving): Internal error: A label is moving around. Please create an issue...

bug

\ !rb as2 if 1 endwhile \ (no output) \ !rb as3 if 1 endwhile \ (no output) ಠ_ಠ

``` [00:06:14] !rb as !b = "a, a" db "!b" [00:06:15] 61 2C 61 ```

bug
fixed in 2.0

https://github.com/higan-emu/libco/blob/16d40f07cde3f427111d2528350829a237441f98/amd64.c#L131 If the input pointer is not 16-aligned, this will give the wrong answer, and execute code on a misaligned stack. I believe it can be fixed by changing the...

bug
help wanted