Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SRAM_Test:
- move.b #1,(SRAM_OK).w
- move.b #"A",d0
- gotoSRAM
- move.b d0,(SRAM_test_addr).l
- move.b (SRAM_test_addr).l,d0
- gotoROM
- cmpi.b #"A",d0
- sf.b (SRAM_OK).w
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement