E. C. Masloch

Results 257 comments of E. C. Masloch

There are three feature requests as well: .HEX files https://sourceforge.net/p/freedos/feature-requests/73/ Flags format https://sourceforge.net/p/freedos/feature-requests/93/ Register change highlighting https://sourceforge.net/p/freedos/feature-requests/94/

Hi, my username on here is actually @ecm-pushbx but yes I made that test case to lay out what NASM needs. I believe the segelf extensions were supposed to be...

> Hello @andrewbird, > > (Incidentally, in case you are curious, `__msdos_handle_v1` is a symbol that is defined if `ia16-elf-gcc` was asked (`-mmsdos-handle-v1`) to output an executable that fails gracefully...

Forgot the link: https://hg.pushbx.org/ecm/amitsrs/rev/123031d14d43 This is the commit I made to work around the far string issue.

> You don't have any example code for interfacing it with C code, do you? That was the main issue I had with Jim Leonard's LZ4 code. No, I don't,...

I prepared a repo with all changes needed to make my depacker a drop-in replacement for the other one, hopefully. I did not try building VGAPride with this. Get it...

Nevermind, this won't work correctly just yet. I need to change how the end of the compressed data is detected.

Hacked it a bit, you can try https://hg.pushbx.org/ecm/lz4depak/rev/557731bc70e9

The return value in `ax` is wrong too, though your code doesn't seem to use it.

https://hg.pushbx.org/ecm/lz4depak/rev/9acbd3a456b8 fixed the return value (also using `dx` which was unused otherwise).