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
- Connect VCC Port to Pin-5 (VCC) of ICBase-2 (74LS76).
- Connect GND Port to Pin-17 (Ground) of ICBase-2 (74LS76).
- Connect VCC Port to Pin-5 (VCC) of ICBase-3 (74LS76).
- Connect GND Port to Pin-17 (Ground) of ICBase-3 (74LS76).
- Connect Clock port of 1Hz frequency to Pin-1 (Input) of ICBase-2 (74LS76).
- Connect Input-0 to Pin-2 (Input) of ICBase-2 (74LS76).
- Connect Input-1 to Pin-3 (Input) of ICBase-2 (74LS76).
- Connect Input-3 to Pin-4 (Input) of ICBase-2 (74LS76).
- Connect Input-3 to Pin-20 (Input) of ICBase-2 (74LS76).
- Connect Output-0 to Pin-19 (Output) of ICBase-2 (74LS76).
- Connect Pin-18 (Output) of ICBase-2 (74LS76) to Pin-6 (Input) of ICBase-2 (74LS76).
- Connect Input-5 to Pin-7 (Input) of ICBase-2 (74LS76).
- Connect Input-6 to Pin-8 (Input) of ICBase-2 (74LS76).
- Connect Input-8 to Pin-13 (Input) of ICBase-2 (74LS76).
- Connect Input-8 to Pin-16 (Input) of ICBase-2 (74LS76).
- Connect Output-2 to Pin-15 (Output) of ICBase-2 (74LS76).
- Connect Pin-1 (Input) of ICBase-3 (74LS76) to Pin-14 (Output) of ICBase-2 (74LS76).
- Connect Input-10 to Pin-2 (Input) of ICBase-3 (74LS76).
- Connect Input-11 to Pin-3 (Input) of ICBase-3 (74LS76).
- Connect Input-13 to Pin-4 (Input) of ICBase-3 (74LS76).
- Connect Input-13 to Pin-20 (Input) of ICBase-3 (74LS76).
- Connect Output-4 to Pin-19 (Output) of ICBase-3 (74LS76).
- Add IC 74LS76 into ICBase-2 (74LS76).
- Add IC 74LS76 into ICBase-3 (74LS76).