Closed aponigricon closed 12 years ago
I mentioned using --long-literals, did you do this?
"--long-literals"? Can you explain? I'm a bit confused. :S Sorry for sounding like a derp. :S
When you run organic, give it the --long-literals switch. The latest version of organic will try to compress things like SET A, 1 into one word, which messes up your relocation. To disable this, give it --long-literals at the command line.
There's no "--long-literals" flag in my version of Organic. Could the errors be caused of that i'm running Linux?
https://github.com/SirCmpwn/organic/blob/master/Organic/Program.cs#L76
It's not because of Linux, it works fine on Linux. Make sure you build from source, don't use a download.
Did anyone replace organic with a newer version? Cuz when I tried to test my AvFAT atlas code, most dcpu-16 simulators were generating strange bugs, about an invalid instruction, and I can't seem to find the problem. :S