Joshua Milas

Results 8 issues of Joshua Milas

In Jupyter, the magic `%register` or `%reg` with no arguments should print out all set registers, mirroring the functionality when calling `interp.register` in python.

enhancement
easy

There should be a way to restart the machine. There would be two modes. One mode would reset the machine to its initial state but keep the program, the other...

enhancement
easy

The Program Counter register currently increments by 1 for each instruction, where it normally increments by 4.

Preliminary SPI driver for the attiny85 using the USI. Ive tested writing data using a logic analyzer. I don't know if I can consume any of the existing settings to...

Attempt at #4977 Still need to hook this up to something that will determine the solid name. As suggested in the issue a special variable could be set, `$solid_name`, but...

Hello, I am using openscad to generate STLs for use in OpenFOAM. I am using the name of the solid to specify which part is what in the simulation. Unfortunately...

Type: Enhancement

I see definitions for the ATMega328P in `sys.cpp` but it does not have `A6-7` which is described in the wiki as being a mode selector. It looks like it has...

Unable to boot to the linux system on startup. -No GC controler is plugged in. -Tried renaming the kernel to ppcboot.elf and placing it in the bootmii folder -priloader is...

bug