flamewing

Results 25 issues of flamewing

Some error messages given by AS are hilariously generic, even though the assembler has enough information to give a better diagnostic. Need to investigate the feasibility of improving those error...

enhancement

Currently, you can define structures: ```68k Rec STRUCT Ident ds.b ? Pad ds.b ? Pointer ds.l ? Rec ENDSTRUCT ``` And you can allocate (reserve) space for it: ```68k thisrec...

enhancement

Newer versions of AS (such as the ones I am providing) have a `reg` pseudo-instruction that allows creating register aliases. z80 does not currently support this because it has hard-coded...

enhancement

One issue with the DMA queue (which it shares with the original queues) is that it silently drops off DMAs if the queue is full. This leads to graphical corruptions...

enhancement

Danorf updated it in [this post](https://www.atari-forum.com/viewtopic.php?p=393758#p393758) correcting some inaccuracies and omissions. You should consider updating your copy of it.