clock lol

This commit is contained in:
MX
2023-11-08 13:41:41 +04:00
parent 33ed5ea1f2
commit a7e6eb7fe4
20 changed files with 133 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# make sure errors do not cause a script abort
errors ignore
message 0 "HAMMER TIME! Trying to halt CPU"
ap_select 0
# loop writing the halt bits
.label l1
mem_write 0xE000EDF0 0xA05F0003
goto l1