Advertisement
Guest User

Untitled

a guest
May 22nd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. Utery:
  2. ldi r20, 0b00000001
  3. out porta, r20
  4. cbi portb, 0
  5. rcall delay
  6. sbi portb, 0
  7. ldi r18, 0b00000101
  8. out portb, r18
  9. ldi r25, 0b01010010 //R
  10. out porta, r25
  11. cbi portb, 0
  12. rcall delay
  13. sbi portb, 0
  14.  
  15.  
  16. ldi r18, 0b00000101
  17. out portb, r18
  18. ldi r25, 0b01000001 //A
  19. out porta, r25
  20. cbi portb, 0
  21. rcall delay
  22. sbi portb, 0
  23.  
  24.  
  25.  
  26.  
  27.  
  28. ldi r18, 0b00000101
  29. out portb, r18
  30. ldi r25, 0b01000110 //F
  31. out porta, r25
  32. cbi portb, 0
  33. rcall delay
  34. sbi portb, 0
  35.  
  36.  
  37.  
  38.  
  39.  
  40. ldi r18, 0b00000101
  41. out portb, r18
  42. ldi r25, 0b01000001 //a
  43. out porta, r25
  44. cbi portb, 0
  45. rcall delay
  46. sbi portb, 0
  47.  
  48.  
  49.  
  50.  
  51.  
  52. ldi r18, 0b00000101
  53. out portb, r18
  54. ldi r25, 0b01001100// l
  55. out porta, r25
  56. cbi portb, 0
  57. rcall delay
  58. sbi portb, 0
  59.  
  60.  
  61.  
  62. ldi r18, 0b00000101
  63. out portb, r18
  64. ldi r25, 0b10000000// spacja
  65. out porta, r25
  66. cbi portb, 0
  67. rcall delay
  68. sbi portb, 0
  69.  
  70. ldi r18, 0b00000101
  71. out portb, r18
  72. ldi r25, 0b01000010 // B
  73. out porta, r25
  74. cbi portb, 0
  75. rcall delay
  76. sbi portb, 0
  77.  
  78.  
  79. ldi r18, 0b00000101
  80. out portb, r18
  81. ldi r25, 0b01001001 // i
  82. out porta, r25
  83. cbi portb, 0
  84. rcall delay
  85. sbi portb, 0
  86.  
  87.  
  88. ldi r18, 0b00000101
  89. out portb, r18
  90. ldi r25, 0b01001100// l
  91. out porta, r25
  92. cbi portb, 0
  93. rcall delay
  94. sbi portb, 0
  95. petla:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement