bitwise039_1: Rewrite annotation on Per's advice

This commit is contained in:
Matt Mascarenhas 2018-06-18 21:04:00 +01:00
parent 21e9498cb6
commit d7fb44461d
1 changed files with 2 additions and 1 deletions

View File

@ -47,7 +47,8 @@
[1:00:16][:Run it to find that it works][:asm]
[1:00:37][Try using our new "quit"][:asm]
[1:00:56][:Run it to find that it all works, with a few words on recreating more sophisticated definitions][:asm]
[1:01:46][Enable "interpret" to handle number :parsing, defining "sp\@", "sp!", "pc\@", "pc!", "rp\@" and "rp!"][:asm]
[1:02:07][Consider building better :"error handling"][:asm :speech]
[1:03:22][Define register-manipulation built-ins "sp\@", "sp!", "pc\@", "pc!", "rp\@" and "rp!"][:asm]
[1:08:04][:Run it to see that it works][:asm]
[1:08:08][Define "sp0" and "rp0", and introduce an abort function][:asm]
[1:13:28][:Run it to see that "abort" has put 1234 on the stack, but it ends by crashing in bus_load_word()][:asm]