Hi, this is similar to a problem a few threads down on this page, however, with slightly different parameters.
I want to learn to code 68000 for Sega Mega Drive. This is my first proper go at assembler, and according to what I'm reading the first thing to do is test the assembler, which would also help me to understand the structure of an instruction.
I've downloaded the code from here:
https://pastebin.com/kJC99PA7 When I hit the assemble button, I get Invalid syntax for line 6 and then for just about ever other line involving dc and move commands. You'll see from the code that these lines do contain tab/spaces before the command and the operands (As an aside, I note that hitting tab in EASy68K inserts three spaces rather than an actual tab). From tutorials that I'm reading, these lines are structured correctly.
Can anyone help a total newbie understand what's going on here, so I can actually learn something from this process? Thanks!