hsuhsiang

@hsuhsiang

Joined on Oct 27, 2022

  • contributed by <hsuhsiang> (Hsu, Han-Hsiang) :::danger Check the title, making it consistent with the sample pages. ::: Quiz1 Probem C C code :::danger Choose one problem (A, B, or C) from Quiz1, translate it from C code to a complete RISC-V assembly program, and include the relevant test data. :::
     Like  Bookmark
  • module #include <stdio.h> #include <stdlib.h> #include <conio.h> #define MAZE_WIDTH 15 #define MAZE_HEIGHT 7 #define PLAYER 'P' #define WALL '#' #define EXIT 'E'
     Like  Bookmark
  • module #include <stdio.h> #include <stdlib.h> #include <conio.h> #define MAZE_WIDTH 15 #define MAZE_HEIGHT 7 #define PLAYER 'P' #define WALL '#' #define EXIT 'E'
     Like  Bookmark