pa2.1: support RV32I instructions

This commit is contained in:
xinyangli 2024-03-06 12:50:56 +08:00
parent 3c7c5f060e
commit e764133868
No known key found for this signature in database
4 changed files with 100 additions and 13 deletions

View file

@ -7,3 +7,4 @@ $(OBJ_DIR)/%: %.c $(TEST_OBJS) app
@$(CC) $(CFLAGS) -o $@.o -c $<
@echo + LD $@
@$(LD) $(LIBS) $(LDFLAGS) -o $@ $(TEST_OBJS) $@.o
@$@