Advertisement
Cs_java987

Untitled

Feb 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. loop1:
  2. mov dx, [index]
  3. call CHECK_DIV_BY_7
  4. mov [var1], ax
  5. call CHECK_IF_DIGIT_7
  6. mov bx,ax
  7. cmp bx,1
  8. je end2
  9. cmp [var1], 1
  10. je end2
  11. mov ax,[index]
  12. call PRINT_NUM_DEC
  13. call NEW_LINE
  14. end2:
  15. inc [index]
  16. cmp [index], 30
  17. jbe loop1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement