?login_element?

Subversion Repositories NedoOS

Rev

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

  1.  ifndef included_mov10
  2.  define included_mov10
  3. mov10:
  4.   ldi
  5. mov9:
  6.   ldi
  7. mov8:
  8.   ldi
  9. mov7:
  10.   ldi
  11. mov6:
  12.   ldi
  13. mov5:
  14.   ldi
  15.  ifdef included_mov4
  16.  display "mov4.z80 is already included, but mov.z80 implements the mov4 call. This is probably because you are including extended precision float routines as well as 32-bit floats. Including the Extended-Precision routines first will help save bytes."
  17.  else
  18.  define included_mov4
  19. mov4:
  20.  endif
  21.   ldi
  22.   ldi
  23.   ldi
  24.   ldi
  25.   ret
  26.  endif
  27.