Advertisement
Guest User

Untitled

a guest
Aug 8th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. :top
  2. makeinc ssremote.inc ssremote.equ A
  3. tasm -tD8sS -a -e -g3 -l -f00 -c -s ssremote.asm
  4. if errorlevel EQ 0 goto success
  5. goto bad
  6. :success
  7. echo OK!
  8. rem pause
  9. copy ssremote.obj ssremote.bin
  10. makeram ssremote.bin ssremote.vhd 16 2048 singleport
  11. copy ssremote.vhd e:\xfer
  12.  
  13. :bad
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement