Commit Graph

14 Commits

Author SHA1 Message Date
f0104c74c2 feat(buzbee): initial setup for loading into BUZBEE 2025-09-27 10:39:35 -05:00
18a5615b53 fix(serial): properly exporting PINCHAR and added POUTZSTR macro 2025-09-27 10:39:24 -05:00
53add429a9 fix(serial): now returning read status codes from polled char input 2025-09-26 13:52:31 -05:00
a019c37755 fix(vecs): change reserved comment to "exception". 2025-09-26 10:35:48 -05:00
6bb29fe7ff feat(serial): added input char routine and some small fixes 2025-09-26 10:34:41 -05:00
59b0fcfa0a fix(serial): now using postinc instead of lea to do iteration over bytes 2025-09-25 17:20:38 -05:00
b8e5604d57 Revert "fix(reset): only check CC.Z when looping over stack init"
This reverts commit 97ff749e8b.
2025-09-14 11:46:26 -05:00
dc3ab70258 fix(serial): INITUART now loads FCR values properly 2025-09-13 16:00:35 -05:00
97ff749e8b fix(reset): only check CC.Z when looping over stack init 2025-09-13 15:58:36 -05:00
7e9f18b2d2 fix(serial): fixed loop logic in POUTZSTR and some formatting 2025-09-11 18:11:42 -05:00
fbb94b8707 fix(serial): INITUART now writes LCR and RESET calls INITUART with params 2025-09-11 15:18:40 -05:00
0de0dd5cbd fix(reset): now initializing stack before calling any subroutines. 2025-09-11 15:12:21 -05:00
a0b654f160 Populate repository from old progress; massive cleanup and fixes 2025-09-09 17:56:47 -05:00
2695e5bb29 Initial commit 2025-09-09 17:15:30 -04:00