Search found 2 matches

by tweakoz
Fri Aug 11, 2017 8:04 pm
Forum: Programming
Topic: AVR -> 6502 reassembler
Replies: 3
Views: 1498

AVR -> 6502 reassembler

I have started an AVR->6502 reassembler.

you can track changes here:
https://github.com/tweakoz/zed64/tree/master/reasm

My intentions for this are as a learning experience, and so I can use avr-g++
to generate code for my fpga based computer I am designing.

I certainly do not intend on using c ...
by tweakoz
Sun Sep 21, 2014 6:31 am
Forum: Programmable Logic
Topic: M65C02A Core
Replies: 136
Views: 124220

Re: M65C02A Core

@MichaelM -

Excellent work, I definitely like the M65C02A - I will be using it in a side project of mine.
http://github.com/tweakoz/zed64
Basically a modernized retrocomputer (and purely a creative endeavor).
I will use it for demo coding and possibly even some music production.

I originally ...