?login_element?

Subversion Repositories NedoOS

Rev

Rev 1139 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. Debugger_GetMem_hl_to_a
  2.        push hl
  3.         getmem;ld a,(hl)
  4.        pop hl
  5.         ret
  6.  
  7. Debugger_PutMem_hl_a
  8.        push hl
  9.         putmem;ld a,(hl)
  10.        pop hl
  11.         ret
  12.  
  13. Debugger_set7ffd
  14.         ld a,(_fd)
  15.         jp eout7FFD ;не будет проблем с de и 0x4000?
  16.  
  17.