From 7f47fc894d43739fb0107fd17e76f65ae2bf46bc Mon Sep 17 00:00:00 2001 From: Jacques Comeaux Date: Mon, 20 May 2024 19:46:45 -0500 Subject: Add quote instruction for data literals --- assembler/opcode.s | 1 + 1 file changed, 1 insertion(+) (limited to 'assembler/opcode.s') diff --git a/assembler/opcode.s b/assembler/opcode.s index 5e72660..18292ad 100644 --- a/assembler/opcode.s +++ b/assembler/opcode.s @@ -62,6 +62,7 @@ start: .byte 'J, 0x01 ; .hword 0x0000 ; .word J .byte 'L, 0x01 ; .hword 0x0000 ; .word L .byte 'P, 0x01 ; .hword 0x0000 ; .word P + .byte 'Q, 0x00 ; .hword 0x0000 ; .word 0x0000C6DA // QUOTE imm10 imm6 .byte 'R, 0x01 ; .hword 0x0000 ; .word R .byte 'S, 0x01 ; .hword 0x0000 ; .word S .byte 'T, 0x01 ; .hword 0x0000 ; .word T -- cgit v1.2.3