Kasturi 106007 up counter

Kasturi
Kasturi Gandhi
Created on Apr 9, 2023 0 0 1
Kasturi 106007 up counter
100%

Integrated Circuits Used

Description

section.data unit_place db 5 tens_place db 1 msg1 db "Number is:" msg1len equ $-msg1 nwline db 10 section.bss temp resb 1 section.text global_start _start: mov rax,1 mov rdi,1 mov rsi,msg1 mov rdx,msg1len syscall mov,al[tens_place] mov [temp],al mov rax,1 mov rdi,1 mov rsi,temp mov rdx,1 syscall mov al,[units_place] mov [temp],al add byte[temp],al add byte[temp],30H mov rax,1 mov rdi,1 mov rsi,nwline mov rdx,1 syscall mov rax,60 mov rdx,0 syscall

Procedure

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