Advertisement
Leo40Bin

SRAM_Test

May 25th, 2019
2,583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SRAM_Test:
  2.     move.b  #1,(SRAM_OK).w
  3.     move.b  #"A",d0
  4.     gotoSRAM
  5.     move.b  d0,(SRAM_test_addr).l
  6.     move.b  (SRAM_test_addr).l,d0
  7.     gotoROM
  8.     cmpi.b  #"A",d0
  9.     sf.b    (SRAM_OK).w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement