Changeset 204 for soft/giet_vm/boot/reset.S
- Timestamp:
- Aug 14, 2012, 8:14:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/boot/reset.S
r199 r204 65 65 nop 66 66 mfc0 a0, CP0_TIME 67 jal boot_put w67 jal boot_putx 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 w78 jal boot_putx 79 79 nop 80 80 la a0, boot_lf_string … … 86 86 nop 87 87 mfc0 a0, CP0_EPC 88 jal boot_put w88 jal boot_putx 89 89 nop 90 90 la a0, boot_lf_string … … 96 96 nop 97 97 mfc0 a0, CP0_CR 98 jal boot_put w98 jal boot_putx 99 99 nop 100 100 la a0, boot_lf_string … … 106 106 nop 107 107 mfc0 a0, CP0_SR 108 jal boot_put w108 jal boot_putx 109 109 nop 110 110 la a0, boot_lf_string … … 116 116 nop 117 117 mfc0 a0, CP0_BVAR 118 jal boot_put w118 jal boot_putx 119 119 nop 120 120 la a0, boot_lf_string
Note: See TracChangeset
for help on using the changeset viewer.