SirCmpwn

Untitled

Apr 18th, 2012
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. testSource.asm (line 2): [0x0000] .equ TEST 14
  2. testSource.asm (line 3): [0x0000] .equ TEST2 18
  3. testSource.asm (line 4): [0x0000] Error: Duplicate name.
  4. testSource.asm (line 4): [0x0000] .equ TEST 12
  5. testSource.asm (line 6): [0x0005] .org 5
  6. testSource.asm (line 8): [0x0005] #nolist
  7. testSource.asm (line 9): [NOLIST] 0012 ADD B, A
  8. testSource.asm (line 10): [NOLIST] 7DC1 8000 SET PC, 0x8000
  9. testSource.asm (line 11): [0x0008] .list
  10. testSource.asm (line 12): [0x0008] 8001 SET A, 10 + 'b' - 0b101101 * 0x14 / (0o7 << TEST) | (4 >> (10 & 13)) ^ ~10
  11. testSource.asm (line 13): [0x0009] label1:
  12. testSource.asm (line 14): [0x0009] :label2
  13. testSource.asm (line 15): [0x0009] 0401 SET A,B
  14. testSource.asm (line 16): [0x000A] 0181 SET pop, A
  15. testSource.asm (line 17): [0x000B] 2401 SET A, [B]
  16. testSource.asm (line 18): [0x000C] 7811 0000 SET B , [0]
  17. testSource.asm (line 19): [0x000E] 4021 0002 SET C, [A+2]
  18. testSource.asm (line 20): [0x0010] 0402 ADD A, B
  19. testSource.asm (line 21): [0x0011] label3:
  20. testSource.asm (line 22): [0x0011] Error: Whitespace is not allowed in labels.
  21. testSource.asm (line 22): [0x0011] invalid label:
  22. testSource.asm (line 23): [0x0011] 140F IFB A, Z
  23. testSource.asm (line 24): [0x0012] Error: Illegal expression.
  24. testSource.asm (line 24): [0x0012] MUL notaregister, b
  25. testSource.asm (line 25): [0x0012] Error: Invalid opcode.
  26. testSource.asm (line 25): [0x0012] INVALIDOPCODE A, Z
  27. testSource.asm (line 26): [0x0012] Error: Duplicate name.
  28. testSource.asm (line 26): [0x0012] label1:
  29. testSource.asm (line 27): [0x0012] 1805 DIV A,I
  30. testSource.asm (line 28): [0x0013] 61C1 SET PC, pop
  31. testSource.asm (line 29): [0x0014] 0010 0011 JSR label3
  32. testSource.asm (line 30): [0x0016] #ifdef TEST
  33. testSource.asm (line 31): [0x0016] 8401 SET A, 1
  34. testSource.asm (line 32): [0x0017] #end
  35. testSource.asm (line 33): [0x0017] #ifdef NOTDEFINED
  36. testSource.asm (line 35): [0x0017] #end
  37. testSource.asm (line 36): [0x0017] Error: Insufficient parameters.
  38. testSource.asm (line 36): [0x0017] #ifdef
  39. testSource.asm (line 37): [0x0017] Error: Too many parameters.
  40. testSource.asm (line 37): [0x0017] #ifdef TOO MANY PARAMETERS
  41. testSource.asm (line 38): [0x0017] Error: Uncoupled END directive.
  42. testSource.asm (line 38): [0x0017] #end
  43. testSource.asm (line 39): [0x0017] .dat 0, 1, 0x2, 0x03, 'b', "Hello\nworld!"
  44. testSource.asm (line 39): [0x0017] 0000 0001 0002 0003 0062 0048 0065 006C
  45. testSource.asm (line 39): [0x001F] 006C 006F 000A 0077 006F 0072 006C 0064
  46. testSource.asm (line 39): [0x0027] 0021
Advertisement
Add Comment
Please, Sign In to add comment