Hannes Janetzek

Results 26 issues of Hannes Janetzek

Decompilation of the IBM System/23 DataMaster RST0 test routine showed that P flag was never properly set. I've used this reference to check for operations changing the P flag: https://gpbarkot.org.in/download/file/ihoN4LlRHP.pdf...

Feature: Processor/8085
Status: Triage

This change was suggest by @GhidorahRex and still seems to be the best working solution https://github.com/NationalSecurityAgency/ghidra/issues/4557#issuecomment-1243992813

Feature: Processor/8085
Status: Triage

On Ubuntu 14.04 glfw seems to use /usr/lib/x86_64-linux-gnu/libGL.so -> mesa/libGL.so instead of /usr/lib/nvidia-304/libGL.so.304.117. According to ``` #ldconfig --verbose | grep libGL.so libGL.so.1 -> libGL.so.304.117 ``` the nvidia library should be...

Some optimization to reduce the work of js-functios: - Use text_source sequence for shield text instead of function. - To discard shields when text is too long return no sprite...

This change avoids some string allocations when ux_language/fallback is defined, making it slightly more efficient (at least with duktape)