Created
September 15, 2015 18:14
-
-
Save simias/9535cd9cd3143ec3ee7e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Invalidate the cache */ | |
| jal bios_flush_cache | |
| nop | |
| /* Jump to cache_test, mid cacheline */ | |
| jal cache_test | |
| nop | |
| la $t0, cache_test | |
| li $t1, 0x8c000003 | |
| sw $t1, 0($t0) | |
| li $t1, 0x7fffffff | |
| and $t0, $t0, $t1 | |
| jalr $t0 | |
| nop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment