Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- testBlueshift.asm (line 1): [0x0000] :autoinit
- testBlueshift.asm (line 2): [0x0000] 0B61 SET SP, c
- testBlueshift.asm (line 3): [0x0001] 0BE3 0100 SUB 0x100, c
- testBlueshift.asm (line 4): [0x0003] :autostart
- testBlueshift.asm (line 5): [0x0003] 7C20 0047 JSR main
- testBlueshift.asm (line 6): [0x0005] :autohalt
- testBlueshift.asm (line 7): [0x0005] 7001 SET autohalt, PC
- testBlueshift.asm (line 8): [0x0006] :fib
- testBlueshift.asm (line 9): [0x0006] 0BE3 000C SUB 12, c
- testBlueshift.asm (line 10): [0x0008] 4861 000A SET x, [10 + c]
- testBlueshift.asm (line 11): [0x000A] 4BE1 0008 0001SET 1, [8 + c]
- testBlueshift.asm (line 12): [0x000D] 4BE1 0006 0001SET 1, [6 + c]
- testBlueshift.asm (line 13): [0x0010] 4BE1 0004 0000SET 0, [4 + c]
- testBlueshift.asm (line 14): [0x0013] 4861 0000 SET x, [0 + c]
- testBlueshift.asm (line 15): [0x0015] :LBB0_1
- testBlueshift.asm (line 16): [0x0015] 1E41 0004 SET [4 + c], j
- testBlueshift.asm (line 17): [0x0017] 1641 000A SET [10 + c], z
- testBlueshift.asm (line 18): [0x0019] Warning: Redundant statement.
- testBlueshift.asm (line 18): [0x0019] 7FE1 0000 FFFFSET 0xffff, O
- testBlueshift.asm (line 19): [0x001C] 1CB2 IFE z, j
- testBlueshift.asm (line 20): [0x001D] Warning: Redundant statement.
- testBlueshift.asm (line 20): [0x001D] 7FE1 0000 0000SET 0, O
- testBlueshift.asm (line 21): [0x0020] 1CB4 IFG z, j
- testBlueshift.asm (line 22): [0x0021] Warning: Redundant statement.
- testBlueshift.asm (line 22): [0x0021] 7FE1 0000 0001SET 1, O
- testBlueshift.asm (line 23): [0x0024] Warning: Redundant statement.
- testBlueshift.asm (line 23): [0x0024] 7FF3 0000 FFFFIFN 0xffff, O
- testBlueshift.asm (line 24): [0x0027] 73E1 0042 SET LBB0_4, PC
- testBlueshift.asm (line 25): [0x0029] 73E1 002B SET LBB0_2, PC
- testBlueshift.asm (line 26): [0x002B] :LBB0_2
- testBlueshift.asm (line 27): [0x002B] 1E41 0008 SET [8 + c], j
- testBlueshift.asm (line 28): [0x002D] 1641 0006 SET [6 + c], z
- testBlueshift.asm (line 29): [0x002F] 1CA2 ADD z, j
- testBlueshift.asm (line 30): [0x0030] 48E1 0002 SET j, [2 + c]
- testBlueshift.asm (line 31): [0x0032] 1E41 0008 SET [8 + c], j
- testBlueshift.asm (line 32): [0x0034] 48E1 0006 SET j, [6 + c]
- testBlueshift.asm (line 33): [0x0036] 1E41 0002 SET [2 + c], j
- testBlueshift.asm (line 34): [0x0038] 48E1 0008 SET j, [8 + c]
- testBlueshift.asm (line 35): [0x003A] 1E41 0004 SET [4 + c], j
- testBlueshift.asm (line 36): [0x003C] 1FE2 0001 ADD 1, j
- testBlueshift.asm (line 37): [0x003E] 48E1 0004 SET j, [4 + c]
- testBlueshift.asm (line 38): [0x0040] 73E1 0015 SET LBB0_1, PC
- testBlueshift.asm (line 39): [0x0042] :LBB0_4
- testBlueshift.asm (line 40): [0x0042] 0E41 0008 SET [8 + c], x
- testBlueshift.asm (line 41): [0x0044] 0BE2 000C ADD 12, c
- testBlueshift.asm (line 42): [0x0046] 7301 SET POP, PC
- testBlueshift.asm (line 43): [0x0047] :main
- testBlueshift.asm (line 44): [0x0047] 0BE3 0002 SUB 2, c
- testBlueshift.asm (line 45): [0x0049] 4BE1 0000 0000SET 0, [0 + c]
- testBlueshift.asm (line 46): [0x004C] 0FE1 0005 SET 5, x
- testBlueshift.asm (line 47): [0x004E] 7C20 0006 JSR fib
- testBlueshift.asm (line 48): [0x0050] 0BE2 0002 ADD 2, c
- testBlueshift.asm (line 49): [0x0052] 7301 SET POP, PC
- testBlueshift.asm (line 51): [0x0053] 0401 SET a, b
- testBlueshift.asm (line 52): [0x0054] 0402 ADD a, b
- testBlueshift.asm (line 53): [0x0055] 0403 SUB a, b
- testBlueshift.asm (line 54): [0x0056] 0404 MUL a, b
- testBlueshift.asm (line 55): [0x0057] 0405 MLI a, b
- testBlueshift.asm (line 56): [0x0058] 0406 DIV a, b
- testBlueshift.asm (line 57): [0x0059] 0407 DVI a, b
- testBlueshift.asm (line 58): [0x005A] 0408 MOD a, b
- testBlueshift.asm (line 59): [0x005B] 0409 MDI a, b
- testBlueshift.asm (line 60): [0x005C] 040A AND a, b
- testBlueshift.asm (line 61): [0x005D] 040B BOR a, b
- testBlueshift.asm (line 62): [0x005E] 040C XOR a, b
- testBlueshift.asm (line 63): [0x005F] 040D SHR a, b
- testBlueshift.asm (line 64): [0x0060] 040E ASR a, b
- testBlueshift.asm (line 65): [0x0061] 040F SHL a, b
- testBlueshift.asm (line 66): [0x0062] 0410 IFB a, b
- testBlueshift.asm (line 67): [0x0063] 0411 IFC a, b
- testBlueshift.asm (line 68): [0x0064] 0412 IFE a, b
- testBlueshift.asm (line 69): [0x0065] 0413 IFN a, b
- testBlueshift.asm (line 70): [0x0066] 0414 IFG a, b
- testBlueshift.asm (line 71): [0x0067] 0415 IFA a, b
- testBlueshift.asm (line 72): [0x0068] 0416 IFL a, b
- testBlueshift.asm (line 73): [0x0069] 0417 IFU a, b
- testBlueshift.asm (line 74): [0x006A] 041A ADX a, b
- testBlueshift.asm (line 75): [0x006B] 041B SBX a, b
- testBlueshift.asm (line 76): [0x006C] 041E STI a, b
- testBlueshift.asm (line 77): [0x006D] 041F STD a, b
- testBlueshift.asm (line 78): [0x006E] 0020 JSR a
- testBlueshift.asm (line 79): [0x006F] 00E0 HCF a
- testBlueshift.asm (line 80): [0x0070] 0100 INT a
- testBlueshift.asm (line 81): [0x0071] 0120 IAG a
- testBlueshift.asm (line 82): [0x0072] 0140 IAS a
- testBlueshift.asm (line 83): [0x0073] 0160 IAP a
- testBlueshift.asm (line 84): [0x0074] 0180 IAQ a
- testBlueshift.asm (line 85): [0x0075] 0200 HWN a
- testBlueshift.asm (line 86): [0x0076] 0220 HWQ a
- testBlueshift.asm (line 87): [0x0077] 0240 HWI a
Advertisement
Add Comment
Please, Sign In to add comment