Open aouwt opened 3 years ago
Are you using MSIE?
No, I'm using Firefox (84.0) on Ubuntu.
I can't reproduce your stack trace, seems to be some sort of compilation problem with the DASM assembler. In any case, the Atari 2600/VCS target doesn't support the ca65 assembler dialect, just the DASM dialect. So you'd have to port this code to DASM, which might be tricky given all the macros.
Hi! I was trying out this Pi calculator for the Atari 2600 and when I put it into 8bitworkshop (I copied and pasted
pi.s
andpimacros.m
, addedinclude "vcs.h"
,processor 6502
, and.org $F000
) and then it threw an error at line 1 (no matter what was actually on the line):Most likely, it's because I probably didn't do something correctly (I'm not very experienced with assembly) but upon searching the error on Google and on the GitHub Issues page, I found nothing about it.
Here's what the log said:
Sorry in advance if this is a problem on my end!