Skip to content

NESFab

NESFab is a new programming language for creating NES games. Designed with 8-bit limitations in mind, the language is more ergonomic to use than C, while also producing faster assembly code. It's easy to get started with, and has a useful set of libraries for making your first — or hundredth — NES game.

Features

  • NES(Nintendo Entertainment System) : 8비트 게임 콘솔
  • 8비트 제한을 염두에 두고 설계
  • C보다 사용하기 쉽고, 더 빠른 어셈블리 코드를 생성
    • GCC/LLVM 보다 더 빠른 6502 기계어 코드를 생성
  • 16비트 주소를 넘어서기 위한 자동 뱅크 스위칭 지원
  • 애셋 로딩 및 변환을 자동 처리

See also

Favorite site