?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1.  ifndef included_sla64
  2.  define included_sla64
  3.  
  4. sla64_xOP1:
  5.   ld hl,xOP1
  6. sla64:
  7.   sla (hl) : inc hl
  8.   rl (hl) : inc hl
  9.   rl (hl) : inc hl
  10.   rl (hl) : inc hl
  11.   rl (hl) : inc hl
  12.   rl (hl) : inc hl
  13.   rl (hl) : inc hl
  14.   rl (hl)
  15.   ret
  16.  endif
  17.