http://www.6502cloud.com/
It seems that the 6502 is now "cloud ready". You can run 6502 code as a cloud service. I'm still thinking about a serious use case, but hey it's really cool
Code: Select all
reqdata = {
"input" : [
{
"start_address" : "c000",
"data" : "qQGNAAKpBY0BAqkIjQICAA==",
}
],
"output" : {
"start_address" : "0200",
"end_address" : "02ff",
},
"execute_address" : "c000",