Advertisement
HackermanxXx

Spacje - hla

Dec 10th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. program lab;
  2. #include ( "stdlib.hhf")
  3. static
  4. tab: int32 [256] :
  5. i: int32;
  6. j: int32;
  7. procedure zero;
  8. begin zero;
  9. stdout.put (" *"):
  10. end zero;
  11. begin lab;
  12. mov (0, ecx) :
  13. push(ecx) :
  14. for (pop (ecx); ecx<=20; inc (ecx) ) do
  15. push(ecx):
  16. for (mov (0, ecx);ecx<=40;inc (ecx) ) do
  17. stdout.put (" ");
  18. endfor;
  19. zero ();
  20. stdout.newln():
  21. mov (pop (ecx),ecx):
  22. endfor;
  23. end lab;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement