suborb

Results 233 comments of suborb

This is a bit of a universal problem, fwiw I'm now got this in my .profile following the call to `brew shellenv` ``` export CPATH="$HOMEBREW_PREFIX/include:$CPATH" export LIBRARY_PATH="$HOMEBREW_PREFIX/lib:$LIBRARY_PATH" ```

``` -lang/src/interpreter +sms -o CMakeFiles/tbc_cpu_std.dir/src/cpu/cpu_boolean.c.obj -c /Users/rodrigo/projetos/3bc-lang/src/cpu/cpu_boolean.c ``` What's interesting here is the double space before +sms. I can simulate a similar issue with this: ``` zcc +test bar.c "...

I've worked around this by not having multiple implementations of puts_cons. However the general point remains that an unused defc will pull in the library module that it points to.

Just a note to future me. This is actually used to by +sam to prevent routines that only work in allram and 32k ram model modes being linked into a...

What does bricking mean in this context?

@zx70 is doing some fairly major tweaks on the zx81 video at the moment, so this is probably a fallout from that.

I just ran into this exact problem with fread/fwrite. > (There's another related issue in that when passing pointers, figuring out what to put into A is essentially impossible. It...

Printing a character actually sends the command to the subcpu if I remember correctly - so interrupts aren’t involved. I’ll take a look later on this weekend. I guess this...

Notes to future self. Machine runs in im2 mode, with vector $f0 handling response from the subcpu. The TRNC* functions repoint vector $f0 to a function that handles response. Map...