SMProxy

Untitled

May 13th, 2012
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. testSource.asm (line 3): [0x0000] 7C01 FED4 SET A, -0x12c
  2. testSource.asm (line 4): [0x0002] 7C01 FFFD SET A, -3
  3. testSource.asm (line 5): [0x0004] 7C01 FFFE SET A, -2
  4. testSource.asm (line 6): [0x0006] 8001 SET A, -1
  5. testSource.asm (line 7): [0x0007] 8001 SET A, 0xffff
  6. testSource.asm (line 8): [0x0008] 8401 SET A, 0
  7. testSource.asm (line 9): [0x0009] 8801 SET A, 1
  8. testSource.asm (line 10): [0x000A] 8801 SET A, -0xffff
  9. testSource.asm (line 11): [0x000B] 8C01 SET A, 2
  10. testSource.asm (line 12): [0x000C] 9001 SET A, 3
  11. testSource.asm (line 13): [0x000D] 9401 SET A, 4
  12. testSource.asm (line 14): [0x000E] 9801 SET A, 5
  13. testSource.asm (line 15): [0x000F] F801 SET A, 0x1d
  14. testSource.asm (line 16): [0x0010] F401 SET A, 0x1c
  15. testSource.asm (line 17): [0x0011] FC01 SET A, 0x1e
  16. testSource.asm (line 18): [0x0012] .dat 0xfc01
  17. testSource.asm (line 18): [0x0012] FC01
  18. testSource.asm (line 19): [0x0013] 7C01 001F SET A, 0x1f
  19. testSource.asm (line 20): [0x0015] 7C01 0020 SET A, 0x20
  20. testSource.asm (line 21): [0x0017] 7C01 0200 SET A, 0x200
  21. testSource.asm (line 22): [0x0019] 7C01 8000 SET A, -0x8000
  22. testSource.asm (line 23): [0x001B] 7C01 7FFF SET A, -0x8001
  23. testSource.asm (line 24): [0x001D] 8001 SET A, 0xffff
  24. testSource.asm (line 25): [0x001E] .dat 0x8401
  25. testSource.asm (line 25): [0x001E] 8401
  26. testSource.asm (line 26): [0x001F] 7C01 001F SET A, from + 0x20 - to
  27. testSource.asm (line 27): [0x0020] :from SET A, from + 0x20 - to
  28. testSource.asm (line 27): [0x0020] 7C01 001F SET A, from + 0x20 - to
  29. testSource.asm (line 28): [0x0021] :to SET A, from + 0x20 - to
  30. testSource.asm (line 28): [0x0021] 7C01 001F SET A, from + 0x20 - to
  31. testSource.asm (line 29): [0x0023] :end
  32. testSource.asm (line 30): [0x0023] :a1 SET A, a2 + 0x20 - b2
  33. testSource.asm (line 30): [0x0023] FC01 SET A, a2 + 0x20 - b2
  34. testSource.asm (line 31): [0x0024] :b1
  35. testSource.asm (line 32): [0x0024] :a2 SET A, a1 + 0x20 - b1
  36. testSource.asm (line 32): [0x0024] 7C01 001F SET A, a1 + 0x20 - b1
  37. testSource.asm (line 33): [0x0026] :b2
  38. testSource.asm (line 34): [0x0026] :a3 SET A, b4 - a4 - 3
  39. testSource.asm (line 34): [0x0026] 9401 SET A, b4 - a4 - 3
  40. testSource.asm (line 35): [0x0027] :b3
  41. testSource.asm (line 36): [0x0027] :a4 SET A, b3 - a3 - 3
  42. testSource.asm (line 36): [0x0027] 9401 SET A, b3 - a3 - 3
  43. testSource.asm (line 37): [0x0028] :b4
Advertisement
Add Comment
Please, Sign In to add comment