[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Convert 6502 / 65816 to C++
"Lyrical Nanoha" <lyricalnanoha@dosius.ath.cx> wrote in message
Pine.LNX.4.64.0702011823510.17672@dosius.ath.cx">news:Pine.LNX.4.64.0702011823510.17672@dosius.ath.cx...
> On Thu, 1 Feb 2007, aiiadict@gmail.com wrote:
>
>> On Feb 1, 9:19 am, "Bryan Parkoff" <nos...@nospam.com> wrote:
>>> Read and translate
>>> Applesoft BASIC routines from 6502 into
>>> C++ source code
>>
>> there is a project on the apple2webring that was supposed to run
>> Applesoft on a PC..
>>
>> Rich
>
> I run Applesoft with native console control (ncurses/xcurses) but it still
> relies on a 6502 core...
I agree, but you have to try when x86 core rules. Translate 6502 code
to x86 code. You can still use monitor prompt to enter x86 codes and
assemble x86 instructions into screen.
Bryan Parkoff