Skip to content

Commit 319f07f

Browse files
committed
PDP11: Fix L2DR and L3DR comments
These instructions are referred to as L2Dr and L3Dr in the PDP-11/24 System Technical Manual (https://www.vt100.net/manx/details/1,23) and their opcode strings call them L2DR and L3DR. These comments seem to be a simple typo.
1 parent 2e0d51e commit 319f07f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PDP11/pdp11_cis.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ static int32 opntab[128][MAXOPN] = {
210210
{0, 0, 0, 0}, {0, 0, 0, 0},
211211
{0, 0, 0, 0}, {0, 0, 0, 0},
212212
{0, 0, 0, 0}, {0, 0, 0, 0},
213-
{0, 0, 0, 0}, {0, 0, 0, 0}, /* LD2R */
213+
{0, 0, 0, 0}, {0, 0, 0, 0}, /* L2DR */
214214
{0, 0, 0, 0}, {0, 0, 0, 0},
215215
{0, 0, 0, 0}, {0, 0, 0, 0},
216216
{0, 0, 0, 0}, {0, 0, 0, 0},
@@ -235,7 +235,7 @@ static int32 opntab[128][MAXOPN] = {
235235
{R0_DESC, R2_DESC, 0, 0}, /* CVTNP */
236236
{R0_DESC, R2_DESC, R4_ARG, 0}, /* ASHN */
237237
{R0_DESC, 0, 0, 0}, /* CVTLN */
238-
{0, 0, 0, 0}, {0, 0, 0, 0}, /* LD3R */
238+
{0, 0, 0, 0}, {0, 0, 0, 0}, /* L3DR */
239239
{0, 0, 0, 0}, {0, 0, 0, 0},
240240
{0, 0, 0, 0}, {0, 0, 0, 0},
241241
{0, 0, 0, 0}, {0, 0, 0, 0},

0 commit comments

Comments
 (0)