Created
April 6, 2022 06:27
-
-
Save thecrazybob/334cc02a3d1b3c7bb699ce2f6f46d265 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8'h00: instr = 32'h2004000C; | |
8'h04: instr = 32'h20050003; | |
8'h08: instr = 32'h20060002; | |
8'h0c: instr = 32'h20A50003; | |
8'h10: instr = 32'hBC85FFFE; // ble | |
8'h14: instr = 32'h00C53020; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment