Subversion Repositories NedoOS

Rev

Rev 2277 | Blame | Compare with Previous | Last modification | View Log | Download

  1. opmwritemusiconlychip0
  2. ;e = register
  3. ;d = value
  4.         ld a,e
  5.         cp 8
  6.         ret c
  7.         jp opmwritechip0
  8.  
  9. opmwritemusiconlychip1
  10. ;e = register
  11. ;d = value
  12.         ld a,e
  13.         cp 8
  14.         ret c
  15.         jp opmwritechip1
  16.