3-bit asyncro up circuit - Copy

Kasturi
Kasturi Gandhi
Created on Apr 28, 2023 0 0 1
3-bit asyncro up circuit - Copy
100%

Integrated Circuits Used

Description

section.data msg db "enter string" msglen equ $-msg section.bss name resb 15 section.text global_start _start: mov rax,1 mov rdi,1 mov rsi,msg mov rdx,msglen syscall mov rax,0 mov rdi,0 mov rsi,name mov rdx,15 syscall mov rax,60 mov rdx,0 syscall

Procedure

  1. Connect VCC Port to Pin-5 (VCC) of ICBase-2 (74LS76).
  2. Connect GND Port to Pin-17 (Ground) of ICBase-2 (74LS76).
  3. Connect VCC Port to Pin-5 (VCC) of ICBase-3 (74LS76).
  4. Connect GND Port to Pin-17 (Ground) of ICBase-3 (74LS76).
  5. Connect Clock port of 1Hz frequency to Pin-1 (Input) of ICBase-2 (74LS76).
  6. Connect Input-0 to Pin-2 (Input) of ICBase-2 (74LS76).
  7. Connect Input-1 to Pin-3 (Input) of ICBase-2 (74LS76).
  8. Connect Input-3 to Pin-4 (Input) of ICBase-2 (74LS76).
  9. Connect Input-3 to Pin-20 (Input) of ICBase-2 (74LS76).
  10. Connect Output-0 to Pin-19 (Output) of ICBase-2 (74LS76).
  11. Connect Pin-18 (Output) of ICBase-2 (74LS76) to Pin-6 (Input) of ICBase-2 (74LS76).
  12. Connect Input-5 to Pin-7 (Input) of ICBase-2 (74LS76).
  13. Connect Input-6 to Pin-8 (Input) of ICBase-2 (74LS76).
  14. Connect Input-8 to Pin-13 (Input) of ICBase-2 (74LS76).
  15. Connect Input-8 to Pin-16 (Input) of ICBase-2 (74LS76).
  16. Connect Output-2 to Pin-15 (Output) of ICBase-2 (74LS76).
  17. Connect Pin-1 (Input) of ICBase-3 (74LS76) to Pin-14 (Output) of ICBase-2 (74LS76).
  18. Connect Input-10 to Pin-2 (Input) of ICBase-3 (74LS76).
  19. Connect Input-11 to Pin-3 (Input) of ICBase-3 (74LS76).
  20. Connect Input-13 to Pin-4 (Input) of ICBase-3 (74LS76).
  21. Connect Input-13 to Pin-20 (Input) of ICBase-3 (74LS76).
  22. Connect Output-4 to Pin-19 (Output) of ICBase-3 (74LS76).
  23. Add IC 74LS76 into ICBase-2 (74LS76).
  24. Add IC 74LS76 into ICBase-3 (74LS76).