Skip to content

soharu/hack_assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hack Assembler

The Elements of Computing Systems에서 소개된 Assembler를 Rust로 만들어 보자.

목표

핵 어셈블리 언어로 작성된 프로그램을 핵 하드웨어 플랫폼이 이해 가능한 2진 코드로 번역하는 어셈블러를 개발한다. 이 어셈블러는 6.2절에서 제시한 명세서대로 구현되어야 한다.

개발

  • 실행
cargo run
  • 실행
cargo test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages