Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. stc VBR,R1
  2. mov.l @(1f*4,PC),R2
  3. 1: .byte 0x05
  4. mov.l @(1f*4,PC),R3
  5. 1: .byte 0x05
  6. bsr next
  7. next: add R1,R2
  8. mov.l R3,@-R2
  9. sts PR,R4
  10. add 1f,R4
  11. 1: .byte 0x08
  12. trapa 1f
  13. 1: .byte 0x01
  14. nop
  15. nop
  16. /* nop */
  17. .long 0x0002FF36
  18. /* Hello world */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement