Skip to content

Instantly share code, notes, and snippets.

@simias
Created October 15, 2017 17:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simias/ae6c2b44d2ba9cfece9adf65ecad6c57 to your computer and use it in GitHub Desktop.
Save simias/ae6c2b44d2ba9cfece9adf65ecad6c57 to your computer and use it in GitHub Desktop.
.set mips1
.set noreorder
.set noat
.set nomacro
.text
.section .text.bios_printf
.global bios_printf
.type bios_printf, function
bios_printf:
j 0xa0
li $t1, 0x3f
.section .text.bios_flush_cache
.global bios_flush_cache
.type bios_flush_cache, function
bios_flush_cache:
j 0xa0
li $t1, 0x44
.section .text.bios_gpu_sync
.global bios_gpu_sync
.type bios_gpu_sync, function
bios_gpu_sync:
j 0xa0
li $t1, 0x4e
.section .text.bios_gpu_command_word
.global bios_gpu_command_word
.type bios_gpu_command_word, function
bios_gpu_command_word:
j 0xa0
li $t1, 0x49
.section .text.bios_gpu_command_word_and_params
.global bios_gpu_command_word_and_params
.type bios_gpu_command_word_and_params, function
bios_gpu_command_word_and_params:
j 0xa0
li $t1, 0x4a
.section .text.bios_gpu_gp1_command_word
.global bios_gpu_gp1_command_word
.type bios_gpu_gp1_command_word, function
bios_gpu_gp1_command_word:
j 0xa0
li $t1, 0x48
.section .text.bios_gpu_get_status
.global bios_gpu_get_status
.type bios_gpu_get_status, function
bios_gpu_get_status:
j 0xa0
li $t1, 0x4d
.section .text.bios_kernel_redirect
.global bios_kernel_redirect
.type bios_kernel_redirect, function
bios_kernel_redirect:
j 0xc0
li $t1, 0x1b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment