LowLevelMahn
LowLevelMahn
a list of Stunts using Opcodes (extracted from IDA - with removed seg-reg overrides) ``` adc 0x11 adc 0x13 adc 0x15 adc 0x83 add 0x00 add 0x01 add 0x02 add...
i would add a inline_asm version that compares the result (with define) inside of your interpreted opcode function its slower but you can break right where the error occures not...
> Going off the track may be timing-related somehow even a very very slow (300 cycles, sometimes less then 0.1 FPS) dosbox does not leave the track at this point...
i would activate these inline tests for every operation seperately - just too slow to have all operations as inline-asm
or an "real" unit-test ``` void cpu_test() { { uint8_t op1 = 0x10; uint8_t op2 = 0x20; uint16_t flags = 0x123; uint8_t res = 0; uint16_t res_flags = 0; uint8_t...
> Maybe it would be better to add a benchmark for Ryu over there, rather than adding a lot of benchmarks here. i asked milo about adding your function to...
the https://github.com/open-watcom/open-watcom-v2 project is fully active and supported - even autobuilds for 6 platforms are available on every submit
so what does this patch help?
> I would rather use std::optional if it's available... > Of course this would mean that "attribute does not exist" > and "there was an error parsing it" would be...
i also try to build glmark2 with Windows 10/MSYS2 and MinGW x64 meson ask for  but i don't know what could maybe fit for Windows 10 here