cpu32

verilog 32bit cpu experiment
git clone http://frotz.net/git/cpu32.git
Log | Files | Refs

0025-subroutine.s (115B)


      1 NOP
      2 MOV R0, 0x12345678
      3 BL test
      4 MOV R1, 0x77777777
      5 NOP
      6 WORD 0xFFFFFFFF
      7 test:
      8 MOV R2, 0x11111111
      9 ADD R0, R0, R2
     10 B LR