bitwise039_1: Fix typo

This commit is contained in:
Matt Mascarenhas 2018-06-18 20:32:47 +01:00
parent a346b8dabd
commit 21e9498cb6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
[20:57][Consider kicking out the ladder from under us once we're bootstrapped][:asm :speech]
[25:02][Define defop2 macro to quickly define binary operators, using it on an "+" operator][:asm]
[26:54][:Run it to find that it works][:asm]
[27:02][Define "-", "and", "or and "xor" operators][:asm]
[27:02][Define "-", "and", "or" and "xor" operators][:asm]
[27:46][:Run it to find that it works][:asm]
[27:56][Define defop1 macro to quickly define unary operators, using it to define "0=" and "<>0"][:asm]
[29:53][:Run it to find that it works][:asm]