mmix icon indicating copy to clipboard operation
mmix copied to clipboard

MMIX 2009 – a RISC computer for the third millennium

Results 4 mmix issues
Sort by recently updated
recently updated
newest added

At various places in the MMIX sources, Don Knuth asks the _interested reader_ to make significant changes for advanced system features: - **Unicode** support using **wchar** for **Char** (MMOTYPE§27, MMIXAL§§{7,30})...

Help wanted

* https://github.com/ascherer/mmix/blob/b32eba19f7af1ed0ca66ce14f4e09cc074b2eef5/mmix-config.w#L212 should be **simultaneously**. * https://github.com/ascherer/mmix/blob/b32eba19f7af1ed0ca66ce14f4e09cc074b2eef5/mmix-sim.w#L250 should add an **it**. * The triple operator `?:` is formatted inconsistently for `Fopen` and `Fseek` in section **4** of `mmix-sim.w`, i.e., there...

Great to see all the activity in this repo! Last year I made an emacs mode, [mmix-mode](https://github.com/ppareit/mmix-mode). Might be useful in combination with your compiler.

``` \def\title{C} \def\PRIx#1#2{\.{PRIx#1#2}} @s uint32_t int @s PRIx32 TeX @* Test. @$printf "" \zip@> @$uint32_t "" \zip@> @$PRIx32 "" \zip@> @c #include #include #include #include int main(void) { uint32_t x=42;...

Help wanted