Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- testBlueshift.asm (line 4): [0x0000] autoinit:
- testBlueshift.asm (line 4): [0x0000] 6C41 SET c, SP
- testBlueshift.asm (line 5): [0x0001] 7C43 0100 SUB c, 0x100
- testBlueshift.asm (line 6): [0x0003] autostart:
- testBlueshift.asm (line 6): [0x0003] 7C20 0047 JSR main
- testBlueshift.asm (line 7): [0x0005] autohalt:
- testBlueshift.asm (line 7): [0x0005] 0381 SET PC, autohalt
- testBlueshift.asm (line 8): [0x0006] fib:
- testBlueshift.asm (line 8): [0x0006] 7C43 000C SUB c, 12
- testBlueshift.asm (line 9): [0x0008] 0E41 000A SET [10 + c], x
- testBlueshift.asm (line 10): [0x000A] 7E41 0001 0008 SET [8 + c], 1
- testBlueshift.asm (line 11): [0x000D] 7E41 0001 0006 SET [6 + c], 1
- testBlueshift.asm (line 12): [0x0010] 7E41 0000 0004 SET [4 + c], 0
- testBlueshift.asm (line 13): [0x0013] 0E41 0000 SET [0 + c], x
- testBlueshift.asm (line 14): [0x0015] LBB0_1:
- testBlueshift.asm (line 14): [0x0015] 48E1 0004 SET j, [4 + c]
- testBlueshift.asm (line 15): [0x0017] 48A1 000A SET z, [10 + c]
- testBlueshift.asm (line 16): [0x0019] Error: Undefined reference.
- testBlueshift.asm (line 16): [0x0019] 7FE1 FFFF 0000 SET O, 0xffff
- testBlueshift.asm (line 17): [0x001C] 14F2 IFE j, z
- testBlueshift.asm (line 18): [0x001D] Error: Undefined reference.
- testBlueshift.asm (line 18): [0x001D] 7FE1 0000 0000 SET O, 0
- testBlueshift.asm (line 19): [0x0020] 14F4 IFG j, z
- testBlueshift.asm (line 20): [0x0021] Error: Undefined reference.
- testBlueshift.asm (line 20): [0x0021] 7FE1 0001 0000 SET O, 1
- testBlueshift.asm (line 21): [0x0024] Error: Undefined reference.
- testBlueshift.asm (line 21): [0x0024] 7FF3 FFFF 0000 IFN O, 0xffff
- testBlueshift.asm (line 22): [0x0027] 7F81 0042 SET PC, LBB0_4
- testBlueshift.asm (line 23): [0x0029] 7F81 002B SET PC, LBB0_2
- testBlueshift.asm (line 24): [0x002B] LBB0_2:
- testBlueshift.asm (line 24): [0x002B] 48E1 0008 SET j, [8 + c]
- testBlueshift.asm (line 25): [0x002D] 48A1 0006 SET z, [6 + c]
- testBlueshift.asm (line 26): [0x002F] 14E2 ADD j, z
- testBlueshift.asm (line 27): [0x0030] 1E41 0002 SET [2 + c], j
- testBlueshift.asm (line 28): [0x0032] 48E1 0008 SET j, [8 + c]
- testBlueshift.asm (line 29): [0x0034] 1E41 0006 SET [6 + c], j
- testBlueshift.asm (line 30): [0x0036] 48E1 0002 SET j, [2 + c]
- testBlueshift.asm (line 31): [0x0038] 1E41 0008 SET [8 + c], j
- testBlueshift.asm (line 32): [0x003A] 48E1 0004 SET j, [4 + c]
- testBlueshift.asm (line 33): [0x003C] 7CE2 0001 ADD j, 1
- testBlueshift.asm (line 34): [0x003E] 1E41 0004 SET [4 + c], j
- testBlueshift.asm (line 35): [0x0040] 7F81 0015 SET PC, LBB0_1
- testBlueshift.asm (line 36): [0x0042] LBB0_4:
- testBlueshift.asm (line 36): [0x0042] 4861 0008 SET x, [8 + c]
- testBlueshift.asm (line 37): [0x0044] 7C42 000C ADD c, 12
- testBlueshift.asm (line 38): [0x0046] 6381 SET PC, POP
- testBlueshift.asm (line 39): [0x0047] main:
- testBlueshift.asm (line 39): [0x0047] 7C43 0002 SUB c, 2
- testBlueshift.asm (line 40): [0x0049] 7E41 0000 0000 SET [0 + c], 0
- testBlueshift.asm (line 41): [0x004C] 7C61 0005 SET x, 5
- testBlueshift.asm (line 42): [0x004E] 7C20 0006 JSR fib
- testBlueshift.asm (line 43): [0x0050] 7C42 0002 ADD c, 2
- testBlueshift.asm (line 44): [0x0052] 6381 SET PC, POP
Advertisement
Add Comment
Please, Sign In to add comment