Commit Graph

  • 128a53bd3b improved debug main Mwa 2026-03-27 22:40:28 +01:00
  • 689f4b77fd slightly improved asm debug message Mwa 2026-03-26 21:24:14 +01:00
  • 96c3a514f2 fixed up debug PC/SP addr Mwa 2026-03-26 20:26:51 +01:00
  • e97b4c4ee4 fixed up debug command Mwa 2026-03-26 20:11:32 +01:00
  • a51b6589f0 removed subdir Mwa 2026-03-26 17:07:00 +01:00
  • cebc8fcc5b bitmap to asm moved to the other repo Mwa 2026-03-26 13:18:51 +01:00
  • b664538923 added color to img Mwa 2026-03-25 09:42:23 +01:00
  • 3525db5299 added a warn when frame lag Mwa 2026-03-24 23:16:33 +01:00
  • 8d7cb5e6f3 fixed import on non-debug build Mwa 2026-03-24 15:36:52 +01:00
  • ced0e13f6b improved debug interface Mwa 2026-03-23 19:19:38 +01:00
  • c6b58dbc21 again, some minor perf improvement, probably be the last Mwa 2026-03-21 00:08:45 +01:00
  • af111c5992 minor interupt on halt responsivity improvement and final Cargo.toml args Mwa 2026-03-20 19:30:00 +01:00
  • b5962c6b50 minor performance improvement for jump/call Mwa 2026-03-20 11:18:48 +01:00
  • ff6427b020 performance improvement Mwa 2026-03-20 11:08:18 +01:00
  • c72e133cde Implemented correct behavior for lsl, asr, lsr (mask and correct for input = 32) Mwa 2026-03-19 21:35:49 +01:00
  • c844f8d806 added nosize arg Mwa 2026-03-18 15:07:05 +01:00
  • 5c5d8471fa minor graphic modification Mwa 2026-03-17 23:10:58 +01:00
  • 94120273bb better rgba Mwa 2026-03-17 22:04:21 +01:00
  • 978bb30fdb Merge branch 'main' of ssh://gitea.jthillard.fr:222/mwa/bisare_sim_rs Mwa 2026-03-17 21:21:53 +01:00
  • 5dd9328008 fic debug build Mwa 2026-03-17 21:21:46 +01:00
  • f6cc53075a clarified entry point meaning mwa 2026-03-17 20:16:33 +00:00
  • 8fa56c5b6f compilation fix Mwa 2026-03-17 21:05:51 +01:00
  • 902ed046ca futex feature explained Mwa 2026-03-17 20:32:33 +01:00
  • f17b849da2 busy wait for macos Mwa 2026-03-17 17:23:00 +01:00
  • d04b6f35c3 busy wait for macos Mwa 2026-03-17 17:21:52 +01:00
  • 47efeef83d changed futex crate for mac compat (maybe) and image to bitmap assembly converter Mwa 2026-03-17 16:31:45 +01:00
  • 20f7c289ed -1 on unrecognized input and start bitmap converter Mwa 2026-03-17 13:22:33 +01:00
  • 30a7d1c5e4 better kb explanation Mwa 2026-03-16 20:09:36 +01:00
  • 7713564d79 better ctrl detection Mwa 2026-03-16 20:04:25 +01:00
  • 56fcfb5230 removed debug print Mwa 2026-03-16 19:08:02 +01:00
  • a43277c159 improved debuger Mwa 2026-03-16 19:02:00 +01:00
  • 410c54c2f8 improved debuger Mwa 2026-03-16 19:00:59 +01:00
  • 899bb90230 improved debuger Mwa 2026-03-16 18:40:23 +01:00
  • 53966ad22f improved debuger Mwa 2026-03-16 18:36:14 +01:00
  • 4e23ac7bff Merge branch 'main' of ssh://gitea.jthillard.fr:222/mwa/bisare_sim_rs Mwa 2026-03-16 18:12:03 +01:00
  • cd2e5319bc minor bugfixes Mwa 2026-03-16 18:10:43 +01:00
  • fc3b588425 Update README.md mwa 2026-03-16 16:35:40 +00:00
  • 636ff0a430 cleanup Mwa 2026-03-16 16:33:49 +01:00
  • fb6722a47e add not pseudo-instruction Mwa 2026-03-16 16:21:07 +01:00
  • e385288e70 Debugging mode Mwa 2026-03-16 04:36:59 +01:00
  • 2d50702acc rich keyboard Mwa 2026-03-16 01:48:39 +01:00
  • 8cb41c61cd Explained and finalized interrupts Mwa 2026-03-16 00:40:53 +01:00
  • c38bb22e88 Interuptions Mwa 2026-03-15 23:32:13 +01:00
  • aead858727 performance improvement Mwa 2026-03-14 00:48:03 +01:00
  • 3f97a352cc performance improvement and no crash in debug mode Mwa 2026-03-12 15:49:43 +01:00
  • d762e1449b specifyng wrapping add Mwa 2026-03-12 15:10:14 +01:00
  • 2741332630 added asm Mwa 2026-03-11 03:55:12 +01:00
  • 21e534378f added asm project Mwa 2026-03-11 03:42:24 +01:00
  • e277c11eef reworking workspace Mwa 2026-03-11 03:40:23 +01:00
  • e747425381 ajout d'une clock par MMIO Mwa 2026-03-10 20:14:25 +01:00
  • c7ce6f6e69 fixed imediate sign watching wrong byte Mwa 2026-03-10 11:32:20 +01:00
  • 04b428612f Merge branch 'main' of ssh://gitea.jthillard.fr:222/mwa/bisare_sim_rs Mwa 2026-03-09 18:05:40 +01:00
  • 149a0d6144 mul/div instruction and nightly toolchain Mwa 2026-03-09 18:05:07 +01:00
  • f718f94850 Update README.md mwa 2026-03-06 21:18:53 +00:00
  • 034620591b re-added default winit features Mwa 2026-03-06 22:14:44 +01:00
  • a68d72621c added 8 to scancode to match tkinter Mwa 2026-03-06 22:12:38 +01:00
  • c03ac42eec removed some debug Mwa 2026-03-06 20:34:20 +01:00
  • a6b50dab12 initial commit Mwa 2026-03-06 20:29:33 +01:00
  • 4ab4060253 Initial commit mwa 2026-03-06 19:27:37 +00:00