E. C. Masloch
E. C. Masloch
I wrote about my bugfixes on my blog: https://pushbx.org/ecm/dokuwiki/doku.php?id=blog:pushbx:2023:0326_more_ldebug_getinput_work_hacker_s_keyboard_app_modding (This also contains a description of what I had to do to make the app build.)
> Any chance that it will be updated on Google Play? Hi, just wanted to quickly reply. I think that the targeted Android platform version is too old for the...
It's been in lDebug ever since I started keeping history in the SCM in 2010: https://hg.pushbx.org/ecm/ldebug/file/5eef5847c863/source/run.asm#l1026
[My fork lDebug](https://pushbx.org/ecm/web/#projects-ldebug) has introduced an option to make the H command output compatible to MS-DOS Debug (for valid values). This must be enabled specifically however: ``` -r dco2 or=...
> True, OTOH, this check isn't really fool-proofed ( just opcode 9Ch is checked, but - at least - 66h 9Ch may also push flags ) - so one will...
After implementing my own history recall feature in [lDebug](https://ulukai.org/ecm/web/#projects-ldebug) I compared yours in this PR to mine. Differences: 1. I use 2 bytes for an offset per entry, you are...
Correction: It appears your patch does away with the interrupt 21h service 0Ah call entirely and always uses interrupt 16h to read input. In my implementation DOS application terminal input...
It is possible that `arpl` is intentionally used as an instruction that causes a fault in V86 Mode: https://www.felixcloutier.com/x86/arpl says that it should #UD in V86 Mode. So this may...
My DPMI test program was in error, it frees and zeroes the environment segment at `word [PSP:2Ch]` but MSWindows expects this field to be nonzero upon entering DPMI Protected Mode....
> ecm also already state he doesn't know how much work it would take to modernize the code base. *she