Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. uglobal
  2.   mouseunder:
  3.    times 32*32*3+1 db ?
  4.   mousecomb = $ - mouseunder
  5.    times 32*32*3+1 db ?
  6. endg
  7.  
  8.  uglobal
  9.   mousepointer:
  10.    times 4608 db 0 ; 32*32*4+62 = 4286
  11.  endg
  12.