Advertisement
Czapek

niskopoziomowe chary ale nie dziala absolutnie nic

Nov 20th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. program pierwszy;
  2. #include ("stdlib.hhf");
  3. static
  4.  
  5. wprowadzana: char;
  6. x: int8;
  7. i: int8:=0;
  8.  
  9. begin pierwszy;
  10.  
  11. stdin.get(x);
  12. while(i<x) do
  13. stdin.getc();
  14. mov(al, wprowadzana);
  15. add(1,i);
  16. endwhile
  17.  
  18. end pierwszy;
  19.  
  20. //kompilacja "hla pierwszy.hla" w cmd
  21. //uruchomienie "pierwszy" w cmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement