Advertisement
bladamson

Untitled

Jun 23rd, 2012
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .export _setMappedRedbusDevice, _getMappedRedbusDevice, _setRedbusWindowOffset, _getRedbusWindowOffset
  2. .export _enableRedbus, _disableRedbus, _setMemoryMappedWindow, _getMemoryMappedWindow
  3. .export _setBrkAddress, _getBrkAddress, _setPorAddress, _getPorAddress, _logRegisterA
  4.  
  5. .segment "CODE"
  6.  
  7. .proc _setMappedRedbusDevice: near
  8. .endproc
  9.  
  10. .proc _getMappedRedbusDevice: near
  11. .endproc
  12.  
  13. .proc _setRedbusWindowOffset: near
  14. .endproc
  15.  
  16. .proc _getRedbusWindowOffset: near
  17. .endproc
  18.  
  19. .proc _enableRedbus: near
  20. .endproc
  21.  
  22. .proc _disableRedbus: near
  23. .endproc
  24.  
  25. .proc _setMemoryMappedWindow: near
  26. .endproc
  27.  
  28. .proc _getMemoryMappedWindow: near
  29. .endproc
  30.  
  31. .proc _setBrkAddress: near
  32. .endproc
  33.  
  34. .proc _getBrkAddress: near
  35. .endproc
  36.  
  37. .proc _setPorAddress: near
  38. .endproc
  39.  
  40. .proc _getPorAddress: near
  41. .endproc
  42.  
  43. .proc _logRegisterA: near
  44.     .byte $EF
  45.     .byte $FF
  46. .endproc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement