bitwise039_1: Fix typo
This commit is contained in:
parent
a346b8dabd
commit
21e9498cb6
|
@ -10,7 +10,7 @@
|
||||||
[20:57][Consider kicking out the ladder from under us once we're bootstrapped][:asm :speech]
|
[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]
|
[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]
|
[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: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]
|
[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]
|
[29:53][:Run it to find that it works][:asm]
|
||||||
|
|
Loading…
Reference in New Issue