Commit Graph

41 Commits

Author SHA1 Message Date
Donald Sebastian Leung 61393b9a4f Add AND instruction for RV32I 2020-07-22 16:39:08 +08:00
Donald Sebastian Leung 93978ccdb4 Add OR instruction for RV32I 2020-07-22 16:36:40 +08:00
Donald Sebastian Leung 4eae7064fb Add SRA instruction for RV32I 2020-07-22 16:32:51 +08:00
Donald Sebastian Leung ada2a09818 Add SRL instruction for RV32I 2020-07-22 16:16:27 +08:00
Donald Sebastian Leung 192aec2347 Add XOR instruction for RV32I 2020-07-22 16:11:58 +08:00
Donald Sebastian Leung c6c18765f5 Add SLTU instruction for RV32I 2020-07-22 16:08:09 +08:00
Donald Sebastian Leung adcf7dc4ab Add SLT instruction for RV32I 2020-07-22 16:04:47 +08:00
Donald Sebastian Leung 728e24b0df Add SLL instruction for RV32I 2020-07-22 16:00:46 +08:00
Donald Sebastian Leung 6940574d73 Add SUB instruction for RV32I 2020-07-22 15:55:44 +08:00
Donald Sebastian Leung e80a9a2672 Add ADD instruction for RV32I 2020-07-22 15:52:43 +08:00
Donald Sebastian Leung 5503b9327c Add SRAI instruction for RV32I 2020-07-22 14:35:03 +08:00
Donald Sebastian Leung 4c1acf5d16 Add SRLI instruction for RV32I 2020-07-22 13:58:02 +08:00
Donald Sebastian Leung 846b2ad4b8 Add SLLI instruction for RV32I 2020-07-22 13:52:49 +08:00
Donald Sebastian Leung 0349ebdbb2 Add ANDI instruction for RV32I 2020-07-22 13:43:56 +08:00
Donald Sebastian Leung c97ba62a21 Add ORI instruction for RV32I 2020-07-22 13:42:03 +08:00
Donald Sebastian Leung 74eb0a9df5 Add XORI instruction for RV32I 2020-07-22 13:39:29 +08:00
Donald Sebastian Leung 4878d88d5b Add SLTIU instruction for RV32I 2020-07-22 13:36:04 +08:00
Donald Sebastian Leung 7a767ed038 Add SLTI instruction for RV32I 2020-07-22 13:33:02 +08:00
Donald Sebastian Leung 94286cef74 Add ADDI instruction for RV32I 2020-07-22 13:29:16 +08:00
Donald Sebastian Leung 13210f6002 Add SW instruction for RV32I 2020-07-22 13:12:37 +08:00
Donald Sebastian Leung d8285db0a1 Add SH instruction for RV32I 2020-07-22 13:09:53 +08:00
Donald Sebastian Leung efbc009559 Fix SB instruction for RV32I 2020-07-22 13:05:46 +08:00
Donald Sebastian Leung 9d8e230d70 Add SB instruction for RV32I 2020-07-22 13:01:34 +08:00
Donald Sebastian Leung b3fdeea0f8 Add LHU instruction for RV32I 2020-07-22 12:50:45 +08:00
Donald Sebastian Leung 37f21b317b Add LBU instruction for RV32I 2020-07-22 12:46:56 +08:00
Donald Sebastian Leung 83c9b8c664 Add LW instruction for RV32I 2020-07-22 12:42:47 +08:00
Donald Sebastian Leung fb002c622e Add LH instruction for RV32I 2020-07-22 12:30:52 +08:00
Donald Sebastian Leung 644612dc7e Add LB instruction for RV32I 2020-07-22 12:25:46 +08:00
Donald Sebastian Leung 0f59fbc2d4 Add BGEU instruction for RV32I 2020-07-22 12:09:00 +08:00
Donald Sebastian Leung c1196e23c6 Add BLTU instruction for RV32I 2020-07-22 12:03:38 +08:00
Donald Sebastian Leung 83e859ea27 Add BGE instruction for RV32I 2020-07-22 11:59:28 +08:00
Donald Sebastian Leung a6ab3264c7 Add BLT instruction for RV32I 2020-07-22 11:55:26 +08:00
Donald Sebastian Leung 56005333d3 ADD BNE instruction for RV32I 2020-07-22 11:48:45 +08:00
Donald Sebastian Leung 013679fbf2 Add BEQ instruction for RV32I 2020-07-22 11:40:21 +08:00
Donald Sebastian Leung 395f29cf93 Mention expected scope of project in README 2020-07-21 17:55:28 +08:00
Donald Sebastian Leung ffb71e0751 Add JALR instruction for RV32I 2020-07-21 17:20:34 +08:00
Donald Sebastian Leung 9cee89b495 Add JAL instruction for RV32I 2020-07-21 17:03:13 +08:00
Donald Sebastian Leung 86a33ed533 Add AUIPC instruction for RV32I 2020-07-21 16:30:30 +08:00
Donald Sebastian Leung 10563f5de9 Add LUI instruction for RV32I 2020-07-21 16:13:52 +08:00
Donald Sebastian Leung 43f6897e2e Copy license from source 2020-07-14 10:42:06 +08:00
dsleung ac668bf4a0 Initial commit 2020-07-14 10:30:37 +08:00