Guest User

Untitled

a guest
Aug 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. g_line16X1 .equ zto2+2
  2. g_line16Y1 .equ g_line16x1+2
  3. g_line16X2 .equ g_line16Y1+2
  4. g_line16Y2 .equ g_line16X2+2
  5.  
  6. g_line16Pt1 .equ g_line16Y2+2
  7. g_line16Pt2 .equ g_line16Pt1+4
  8.  
  9. Point1 .equ g_line16Pt2+4
  10. point2 .equ point1+4
  11.  
  12.  
  13.  
  14. g_wndXMin:
  15. .db 0
  16. g_wndXMax:
  17. .db 95
  18. g_wndYMin:
  19. .db 0
  20. g_wndYMax:
  21. .db 64
Add Comment
Please, Sign In to add comment