Log In  

It's not critical since its only real use is in debugging, but I think tostr(f, true) should probably emit hex addresses with standard PICO-8 uppercase hex digits, not smallcaps:

P#75005 2020-04-19 19:52

This is still in 0.2.0d, just FYI.

P#75333 2020-04-25 09:49 ( Edited 2020-04-25 10:07)

Note that this only happens on Windows. Lua uses the %p printf format specifier, which is platform-dependent, and behaves “as expected” on Linux and the web exports.

P#75339 2020-04-25 10:31

Aha, interesting. Strange that the C standards don't call for the alpha case to be standardized.

P#75409 2020-04-26 07:53

[Please log in to post a comment]