Pascal Leroy
Pascal Leroy
Note to self: For a planet with an atmosphere, it's probably feasible. We would need to call `ComputeCollisionIntervals` with the radius of the atmosphere instead of that of the planet,...
Hi @JanLJL -- Thanks for your quick reply. I don't think that there is a flag to ask the MSVC compiler to produce the AT&T syntax (or if there is,...
For the record I have started working on this. Far from complete, but I am making good progress. If someone is interested in taking a look, the work is happening...
Hi @JanLJL -- I am ready to declare victory in my quest to add support for the Intel syntax to OSACA. I was able to use it on reasonably complex...
(Sorry for the late answer, real life intervened.) 1. Regarding the parsing errors: I must confess that I did all my development work with MSVC, so it's maybe unsurprising that...
Hi @JanLJL, I am a bit confused, because when I try your example in my `pleroy:Load2` branch (commit 5635d2d8dfbf53d25e1d60115e49f41143a26a3d) with the command: ``` python -m osaca --arch skx a.asm --export-graph...
Hi @JanLJL, and sorry that I dropped the ball on this PR. What needs to happen for this PR to be merged? As mentioned in my comment from Apr 5,...
Is there anything like `ktrace` or `truss` on macOS? A trace of the system calls that happen when it's trying to launch the game might help.
That last comment is some kind of Linux (we are not told which distro), so unrelated to the rest of the issue. I updated the title to clarify that this...
That ChatGPT thread is mightily long and has a lot of alternatives to explore. Is there a short TL;DR of the things to do to fix the problem?