riscv

an RV32I simulator and related experiments
git clone http://frotz.net/git/riscv.git
Log | Files | Refs | README

iocall.h (150B)


      1 #pragma once
      2 
      3 #define IOCALL_DPUTC  0x00
      4 
      5 #define IOCALL_OPEN   0x10
      6 #define IOCALL_CLOSE  0x11
      7 #define IOCALL_READ   0x12
      8 #define IOCALL_WRITE  0x13