리스트 연결 구조체
main: push rbp mov rbp, rsp sub rsp, 32 mov edi, 16 call malloc mov QWORD PTR [rbp-16], rax mov edi, 16 call malloc mov QWORD PTR [rbp-24], rax mov rax, QWORD PTR [rbp-16] mov rdx, QWORD PTR [rbp-24] mov QWORD PTR [rax], rdx mov rax, QWORD PTR [rbp-24] mov DWORD PTR [rax+8], 10 mov edi, 16 call malloc mov QWORD PTR [rbp-32], rax mov rax, QWORD PTR [rbp-24] mov rdx, QWORD PTR [rbp-32] mov QWORD P..
던던댄스
main: push rbp mov rbp, rsp sub rsp, 16 lea rdx, [rbp-8] lea rax, [rbp-4] mov rsi, rax mov edi, OFFSET FLAT:.LC0 mov eax, 0 call __isoc99_scanf mov eax, DWORD PTR [rbp-4] test eax, eax jle .L2 mov eax, DWORD PTR [rbp-8] test eax, eax jle .L2 mov edi, 49 call putchar .L2: mov eax, DWORD PTR [rbp-4] test eax, eax jns .L3 mov eax, DWORD PTR [rbp-8] test eax, eax jle .L3 mov edi, 50 call putchar .L3..