説明なし

malloc.asm 116B

1234567891011
  1. .org 0x0802E078
  2. ldr r1, =alloc_res_hook|1
  3. bx r1
  4. .pool
  5. .org 0x0802E224
  6. .word free_res_hook|1
  7. .org 0x0802E1F8
  8. bx r4