?login_element?

Subversion Repositories NedoOS

Rev

Rev 345 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.         DEVICE ZXSPECTRUM1024
  2.         org 0xc000
  3. begin
  4. prsprqwid=0x0100 ;TODO прямо по какому-то адресу код, а не jp
  5.         dw human0
  6.         dw human0step
  7.         dw human1
  8.         dw human1step
  9.         dw human2
  10.         dw human2step
  11.         dw human3
  12.         dw human3step
  13.         dw human4
  14.         dw human4step
  15.         dw human5
  16.         dw human5step
  17.         dw human6
  18.         dw human6step
  19.         dw human7
  20.         dw human7step
  21.         dw human0hit
  22.         dw human1hit
  23.         dw human2hit
  24.         dw human3hit
  25.         dw human4hit
  26.         dw human5hit
  27.         dw human6hit
  28.         dw human7hit
  29.         dw hero0
  30.         dw hero1
  31.         dw herorunright0
  32.         dw herorunright1
  33.         dw herorunright2
  34.         dw herorunleft0
  35.         dw herorunleft1
  36.         dw herorunleft2
  37.         include "WHUM1.ast"
  38. end
  39.         savebin "sprexamp/WHUM1.bin",begin,end-begin
  40.