Crates.io | rustasm6502 |
lib.rs | rustasm6502 |
version | 0.1.4 |
source | src |
created_at | 2016-02-11 19:56:15.947234 |
updated_at | 2021-11-15 15:51:37.953779 |
description | A 6502 assembler in macro_rules! |
homepage | |
repository | https://github.com/jonas-schievink/rustasm6502 |
max_upload_size | |
id | 4151 |
size | 68,780 |
If you want to lose a bit of your sanity, then this crate is for you!
(no but seriously, you want to use a macro to assemble stuff?)
u8
array (you can store it in a static
or const
)loop: jmp loop
, beq start
)