暂无描述

debug.s 204B

12345678910111213141516
  1. #include <script/language.h>
  2. .text
  3. .thumb
  4. .align 2
  5. .global debug_script
  6. debug_script:
  7. lock
  8. faceplayer
  9. callasm blackboard_start+1
  10. release
  11. end
  12. debug:
  13. .string LAN_DE "debug script"