| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| app-release.apk | 2026-04-16 | 4.8 MB | |
| Made the register dump display the PC register in addition to registers s0 to sf source code.tar.gz | 2026-04-16 | 1.1 MB | |
| Made the register dump display the PC register in addition to registers s0 to sf source code.zip | 2026-04-16 | 1.1 MB | |
| README.md | 2026-04-16 | 333 Bytes | |
| Totals: 4 Items | 7.0 MB | 0 | |
I've made the Register Dump activity display the content of the PC (Program Counter, also known as Instruction Pointer) register in addition to the registers s0 to sf. It was tricky because PC is the same for both Regbank A and Regbank B, so I had to somehow emulate the HTML colspan directive in the RecyclerView on Android.