Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 7470 | Kartik Agaram | 2020-12-29 | 1 | -7/+7 |
| | | | | | | | The ol' 8-byte-register-names issue strikes again. There's no way to access the lower 8 bits of ESI. There's still a bug in baremetal/ex2.mu; it's printing transposed somehow. | ||||
* | 7469 - first working baremetal Mu program | Kartik Agaram | 2020-12-29 | 1 | -0/+46 |
It doesn't _quite_ do what it should, so this is more precisely the first _buggy_ baremetal Mu program. But the tooling works, at least. |