Merge pull request #559 from davidharrishmc/dev

Added Zcb c.lbu coverage test
This commit is contained in:
Rose Thompson 2024-01-10 14:15:47 -06:00 committed by GitHub
commit 6dd446a127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,11 @@ main:
.hword 0x2002 // c.fldsp fs0, 0
.hword 0xA002 // c.fsdsp fs0, 0
.hword 0x9C41 // line 134 Illegal compressed instruction
# could restore assembly language versions when GCC supports Zcb
# c.lbu s1, 0(s0) // exercise c.lbu
mv s0, sp
.hword 0x8004 // c.lbu s1, 0(s0)
//.hword 0x9C01 //# Illegal compressed instruction with op = 01, instr[15:10] = 100111, and 0's everywhere else