코딩Coding
-
9월 10-13 러스트 컨퍼런스 Join us for the 9th edition of RustConf2024 🇨🇦카나다코딩Coding/★★Rust★★최신동향★및관련글 2024. 6. 3. 09:31
# 9월 10-13 러스트 컨퍼런스 Join us for the 9th edition of RustConf in beautiful Montreal, Canada or online from wherever you are! September 10-13, 2024 Montreal & Online https://rustconf.com/RustConf 24 - The largest annual gathering of the Rust-language communityThe largest annual gathering of the Rust-language community · Talks and Trainings · Discord rooms for live discussion · Digital and in-person..
-
한글Rust_082-Zed 러스트로 만들어진 에디터 제드맛보기 zed editor코딩Coding/한글Rust강의★내가★공부하려고만듬 2024. 3. 1. 13:31
한글Rust_082⭐️Zed_러스트로 만들어진 에디터_제드맛보기_zed editor https://youtu.be/ZmsBS_RjgX0 내 세팅 zed vim setting https://github.com/YoungHaKim7/rust_vim_setting GitHub - YoungHaKim7/rust_vim_setting: My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7My Youtube Channel - GlobalYoung https://www.youtube.com/@GlobalYoung7 - YoungHaKim7/rust_vim_settinggithub.com
-
MOV와 LEA 어셈블리어 차이 그리고 []의 의미 (RAX와 [RAX]의 차이)코딩Coding/Rust💕Assembly 2024. 2. 20. 12:04
https://juntheworld.tistory.com/m/119 MOV와 LEA 어셈블리어 차이 그리고 []의 의미 (RAX와 [RAX]의 차이)결론부터 이야기하면 mov는 값을 옮기는 어셈블리어 lea는 주소를 옮기는 어셈블리어 rax는 rax에 담긴 값 [rax]는 rax에 담긴 값을 주소로 보겠다. 라는 뜻이다. 아래 표를 완벽하게 이해하면 최고다.juntheworld.tistory.com