Açıklama Yok

test.s 159B

1234567891011121314
  1. .text
  2. .thumb
  3. .align 2
  4. .global test_some_test
  5. test_some_test:
  6. ldr r0, =test_string
  7. bx lr
  8. .align 2
  9. test_string:
  10. .string LAN_DE "Hallo"
  11. .string LAN_EN "Hello"