luxocrates / viciious

A Commodore 64 emulator in JavaScript

Home Page:https://luxocrates.github.io/viciious/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Executing some binary

jagenjo opened this issue · comments

Im trying to do an online environment to code in ASM and execute in the C64.

Im using one library to convert ASM to binary, and viciious as emulator.

To transfer the code to the RAM I added a function into viciious to retrieve the ram buffer.
Then I copy the code to the right location in the RAM, and change the PC to that address.

But it doesnt work.

Any ideas how to execute some random code in the emulator?

You can try it here:

https://tamats.com/projects/mos6510/