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