Mirror of CollapseOS
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Virgil Dupras 4f44d3de63 parts/z80/fs: add "fopn" command 5 роки тому
..
avr Split parts in two: z80 and avr 5 роки тому
z80 parts/z80/fs: add "fopn" command 5 роки тому
README.md Split parts in two: z80 and avr 5 роки тому

README.md

Parts

Pieces of code that you can assemble together to make your machine work as you want them to work.

Collapse OS is built around the z80, but it doesn't mean that your machine can't mix and match microcontrollers. This is why this folder is subdivided by architectures.

Obviously, different architectures can't be assembled together in the same binary, but they can nevertheless be made to work well together.