Post B6nqggWGYBh8xsVTKi by neauoire@merveilles.town
 (DIR) More posts by neauoire@merveilles.town
 (DIR) Post #B6nqgfjhSkqYXFmgdM by mcc@mastodon.social
       0 likes, 0 repeats
       
       By weird coincidence this last week I've been thinking about implementing rsync in Rust. Don't get excited about this, if I did it it would be a weird rsync. I had a need this last week for a weird rsync
       
 (DIR) Post #B6nqgg8rxAynnJYmrg by cr1901@mastodon.social
       0 likes, 0 repeats
       
       @mcc Same, but I decided to write 6502 code instead. The assembler I used is using Claude now. So now I have to port my limited 65xx code. Whee...
       
 (DIR) Post #B6nqggD7hMNm0VYBUm by mcc@mastodon.social
       0 likes, 0 repeats
       
       Hey have you (reading this) used Tauri. How do you feel about Tauri
       
 (DIR) Post #B6nqggWGYBh8xsVTKi by neauoire@merveilles.town
       0 likes, 0 repeats
       
       @cr1901 @mcc Sorry to butt in, but are you looking for an 6502 assembler?https://git.sr.ht/~rabbits/famicom-cookbook/tree/master/item/tools/asm6.c
       
 (DIR) Post #B6nsXZSJdxtgMKROb2 by cr1901@mastodon.social
       0 likes, 0 repeats
       
       @neauoire @mcc I'm looking at my options. I've stopped my current branch for xa65 and am taking yours for a spin.
       
 (DIR) Post #B6nsXZmWQq3nMztX5k by cr1901@mastodon.social
       0 likes, 0 repeats
       
       @neauoire @mcc Oh shit, I'm sorry. All my 6502 code targets the CMOS version... this is for the NES :(. Perhaps a patch welcome?
       
 (DIR) Post #B6nsXZzde4YI1g20XI by neauoire@merveilles.town
       0 likes, 0 repeats
       
       @cr1901 @mcc Ah yes sorry, make a fork, it's an excellent assembler, it has served me well for many years and will never be sloppified, make it yours. :)
       
 (DIR) Post #B6oEUpeBBbCYhN5aT2 by cr1901@mastodon.social
       0 likes, 0 repeats
       
       @neauoire Well, I will say it's fun to hack on. I imagine it's not very performant for large codebases (because it has to backtrack to match keywords/directives), but... who cares?! :DI added two CMOS opcodes I used in my Hello World example. Now it fails the same way as the old code :D. I'll add the other opcodes as I use them.
       
 (DIR) Post #B6oEUpu8EHxhUqYKKe by neauoire@merveilles.town
       0 likes, 0 repeats
       
       @cr1901 there's a program in that repo called lin6, it's a linter I made to make the code for asm6 look nice, you might get a kick out of it.