From a5f55574b02d351f2dda3a1c727fe430bf3b7d6f Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 21 Mar 2017 14:44:05 -0700 Subject: [PATCH] Fixed typo in last blog post --- _posts/2017-03-21-the-macro-10-assembler-50-years-later.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2017-03-21-the-macro-10-assembler-50-years-later.md b/_posts/2017-03-21-the-macro-10-assembler-50-years-later.md index 5708998d2..2e349bd96 100644 --- a/_posts/2017-03-21-the-macro-10-assembler-50-years-later.md +++ b/_posts/2017-03-21-the-macro-10-assembler-50-years-later.md @@ -21,7 +21,7 @@ falls into these categories: Floating-point is the biggest chunk of work, which I'm going to save for last, with the hope that most PDP-10 software didn't use floating-point. However, if all PDP-10 systems included floating-point hardware (which I haven't been able to -confirm yet), I may have no choice. Floating-point emulation in JavaScript isn't hard -- PCjs already includes an +confirm yet), I may have no choice. Floating-point emulation in JavaScript isn't hard -- PCjs already includes [8087 Coprocessor Emulation](/modules/pcx86/lib/x86fpu.js) -- but getting all the details right is time-consuming. The PDP-10 has a lot of instructions, and I quickly had far more instructions than I was willing or able to write tests for. @@ -150,7 +150,7 @@ is actually an underscore; later manuals refer to this as "underscore shifting": >> print -1_^D-18 0o000000777777 262143. -Character-based constants are also supported, in the both 7-bit ASCII the 6-bit SIXBIT formats. Use double-quotes +Character-based constants are also supported, in both the 7-bit ASCII and 6-bit SIXBIT formats. Use double-quotes for 7-bit right-justified character constants and single-quotes for 6-bit right-justified character constants: >> print +'SIXBIT'