1. My Projects
    2. examples
      1. rainbow
        1. rainbow.s
      2. ansi
        1. ansi.s
      3. mandelbrot
        1. mandelbrot.s
      4. input
        1. input.s
      5. hello
        1. hello.s
      6. fibonacci
        1. fibonacci.s
    3. kernel
      1. rtc.s
      2. random.s
      3. virtio.s
      4. keyboard.s
      5. framebuffer.s
      6. const.s
      7. syscall.s
      8. trap.s
      9. memory.s
      10. console.s
      11. paging.s
      12. start.s
      13. kmain.s
      14. endian.s
      15. util.s
      16. stdlib.s
      17. irq.s
      18. fdt.s
      19. elf.s
      20. stack.s
    Console output. When you assemble something and stub your toe slightly, those errors will appear here.
    
    1. pc
      ra
      sp
      gp
      tp
      t0
      t1
      t2
      t3
      t4
      t5
      t6
      s0
      s1
      s2
      s3
      s4
      s5
      s6
      s7
      s8
      s9
      s10
      s11
      a0
      a1
      a2
      a3
      a4
      a5
      a6
      a7
    2. ft0x
      ft1x
      ft2x
      ft3x
      ft4x
      ft5x
      ft6x
      ft7x
      ft8x
      ft9x
      ft10x
      ft11x
      fs0x
      fs1x
      fs2x
      fs3x
      fs4x
      fs5x
      fs6x
      fs7x
      fs8x
      fs9x
      fs10x
      fs11x
      fa0x
      fa1x
      fa2x
      fa3x
      fa4x
      fa5x
      fa6x
      fa7x
    3. sscratch
      sepc
      scause
      stval
    1. AddressCodeDisassemblyLineSource
    2. AddressValue (+0)Value (+4)Value (+8)Value (+12)Value (+16)Value (+20)Value (+24)Value (+28)Printed
    1. NameAddress
    1. Usage

      A Spinosaurus

Upload Files

NameSize

Float Explorer

  1. -1×2(123-127)×1.234
    normalized

    Calculated Value

    500

    Error

    500

    Hexadecimal Representation

    Decimal Representation

  2. -1×2(123-1023)×1.234
    normalized

    Calculated Value

    500

    Error

    500

    Hexadecimal Representation

    Decimal Representation

Copy Files

Copy to

  1. My Projects