Elthial
Elthial
Well there's the minimum length N that ends in Null delimiter that works for a number of DOS strings and is already in Reko in the "Find Strings" view option....
[[reko::address("0800:0E4B")]] void Graphical_Operations_0E4B(); Has the same issue / similar issue. I noticed the first for loop seemed to added the ptr to the variable value. ``` Eq_2294 wLoc4E_1120 = 17142;...
Okay, Pretty sure I know what the bug is: ``` const unsigned short TerrainOffSet = 0x07A4; do { if ((ds->ptr53C8->*(TerrainGridLocation + TerrainOffSet) & 0x80) != 0x00) //Memory ref: [246C:07A4] Bool_HasMech...
@DeptOfMeteors I'm also working on a 16-bit MS-DOS application and can probably provide some hints. 1/ The `Mem1001` expression is broken on the `(fp - 0x0138)` part which makes it...