Changeset 207 for soft/giet_vm/boot/reset.S
- Timestamp:
- Aug 16, 2012, 6:36:16 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/boot/reset.S
r204 r207 65 65 nop 66 66 mfc0 a0, CP0_TIME 67 jal boot_put x67 jal boot_putd 68 68 nop 69 69 la a0, boot_lf_string … … 76 76 mfc0 k0, CP0_PROCID 77 77 andi a0, k0, 0xFFF 78 jal boot_put x78 jal boot_putd 79 79 nop 80 80 la a0, boot_lf_string
Note: See TracChangeset
for help on using the changeset viewer.