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