Skip to content
Snippets Groups Projects
  • Geo Ster's avatar
    9444ba92
    Implement first FPU instruction · 9444ba92
    Geo Ster authored
    * Since we have encountered our first FPU register, add the 32 floating
    point registers to the CPU.
    
    * In addition solve a small bug in the JAL instruction related to the
    return link address. See previous commit for details
    9444ba92
    History
    Implement first FPU instruction
    Geo Ster authored
    * Since we have encountered our first FPU register, add the 32 floating
    point registers to the CPU.
    
    * In addition solve a small bug in the JAL instruction related to the
    return link address. See previous commit for details