Skip to content

Assembler for the best processor that ever existed, programmed in the language of the Crab-God 🦀🦀🦀

Notifications You must be signed in to change notification settings

BlueTheDuck/crustacean_6502_assembler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

6502 Assembler

Program made in rust to assemble opcodes for the 6502

Takes a file with the .asm extension and outputs a binary file (.hex) that is 32768 bytes long with the assembled code starting at 0x8000

Usage

Use cargo run -- --input <path> --output <path> to run

Example

cargo run -- --input assembly/basic_test.asm --output assembly/basic_test.hex

About

Assembler for the best processor that ever existed, programmed in the language of the Crab-God 🦀🦀🦀

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published