one-operand versions of jmp, jsr
authorKen Raeburn <raeburn@cygnus>
Mon, 20 Nov 1995 21:08:05 +0000 (21:08 +0000)
committerKen Raeburn <raeburn@cygnus>
Mon, 20 Nov 1995 21:08:05 +0000 (21:08 +0000)
gas/config/alpha-opcode.h

index c2e562ed11d09d97f84abcb66d9f581f5d28eeb8..7c4a2d61578b78a88ab3382e4b5e170d44cee4fd 100644 (file)
@@ -191,9 +191,13 @@ static const struct alpha_opcode alpha_opcodes[] =
 { "jmp",        0x68000000, 0, "1,(2),i" },    /* 6o+5a+5b+2A+14d */
 { "jmp",        0x68000000, 0, "1,(2)" },
 { "jmp",       0x68000000, 0, "1,Bc" },
+{ "jmp",       0x6be00000, 0, "(2)" },
+{ "jmp",       0x6be00000, 0, "Bc" },
 { "jsr",        0x68004000, 0, "1,(2),i" },
 { "jsr",        0x68004000, 0, "1,(2)" },
 { "jsr",        0x68004000, 0, "1,Bc" },       /* macro: lda $pv,L;jsr .. */
+{ "jsr",       0x6b404000, 0, "(2)" },
+{ "jsr",       0x6b404000, 0, "Bc" },
 { "ret",        0x68008000, 0, "1,(2),i" },
 { "ret",        0x68008000, 0, "1,(2)" },
 { "ret",        0x6bfa8000, 0, "" },           /* macro: ret zero,(ra) */
This page took 0.02702 seconds and 4 git commands to generate.