Skip to content

Latest commit

 

History

86 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages