No Description

multichoice.s 416B

12345678910111213141516171819202122232425262728293031
  1. .align 2
  2. .thumb
  3. .text
  4. .global str_yes
  5. str_yes:
  6. .string LAN_DE "Ja"
  7. .global str_no
  8. str_no:
  9. .string LAN_DE "Nein"
  10. .global str_beginner
  11. str_beginner:
  12. .string LAN_DE "Anfänger"
  13. .global str_intermediate
  14. str_intermediate:
  15. .string LAN_DE "Fortgeschritten"
  16. .global str_expert
  17. str_expert:
  18. .string LAN_DE "Experte"
  19. .global str_left
  20. str_left:
  21. .string LAN_DE "Links"
  22. .global str_right
  23. str_right:
  24. .string LAN_DE "Rechts"