Stewmath

Results 41 comments of Stewmath

We also need a way to test for things that should fail (ie. ".db 1 % % % % % % 5" currently assembles)

Ville, the problem is that it is silently producing behaviour that is very wrong, and a headache to debug. Example: ``` .ORG 0 .SECTION "mysection" someCode: ... .ENDS someCode2: ......

So, it's been a while since I opened this issue, but I'm not sure we're on the same page here? The problem I was experiencing was this: Data is placed...

Sorry, why is the solution to this to set "RETURNORG" by default? If the data is placed at the end of the section, wouldn't that be fine? We just need...

I'm not saying that using RETURNORG by default is necessarily a bad thing, but the issue as described when I opened it can be fixed without doing that...

To clarify, we can ALIGN ramsections, but I was thinking of an .ALIGN directive which could work _within_ ramsections (and normal sections also). I had an idea of how this...

Absolutely, it would be tricky. The size of a section would be unknown until it is placed. Not a can of worms I'd want to deal with. I personally think...

This sounds basically the same as issue #36. I do have a convoluted workaround for it, but it requires hard-coding the start address of your data.

Very interesting solution. It'd still be cleaner if the linker supported it, but I don't really care that much at this point since I've got it working pretty decently (and...

After more testing, the bug didn't occur with joystick-based controls, so it definitely seems to be caused by mouse movement.