BACKEND·중요도 6·2026. 08. 03.·GeekNews

64비트 어셈블리의 기술

── KO ──────────────────

64비트 어셈블리의 기초와 고급 기능 구현에 관한 기사입니다.

이 글에서는 64비트 어셈블리 프로그래밍의 기본 원리와 고급 기능 구현에 대해 설명합니다. C++, Python, Rust와 같은 고수준 언어의 기능을 런타임 없이 재구현하고, Windows용 MASM을 사용하여 명령어 수준의 동작을 학습합니다. 또한, 객체와 상속, 메서드 디스패치 및 구조적 예외 처리와 같은 시스템 프로그래밍의 고급 개념에 대해서도 다룹니다.


── EN ──────────────────

An article on the fundamentals and advanced features of 64-bit assembly programming.

This article discusses the foundational principles and advanced feature implementations of 64-bit assembly programming. It breaks down high-level functionalities of languages like C++, Python, and Rust without runtime and recreates them using MASM for Windows to learn instruction-level operations. The text also covers advanced concepts in system programming, including object and inheritance, method dispatching, and structured exception handling.

원문 보기 →목록으로