flamewing / asl-releases

Improved/bugfixed version of Alfred Arnold's The Macro Assembler AS
http://john.ccac.rwth-aachen.de:8000/as/
GNU General Public License v2.0
20 stars 2 forks source link

phase/dephase issues #12

Closed flamewing closed 3 years ago

flamewing commented 3 years ago

Examples:

    org $20000
    cpu z80
    phase 0
    db 0    ; <- this is an error, but it should not be
    org $|7+1 ; <- this uses true PC of $20001 and inserts $20007 bytes
    db 0    ; <- this is an error twice: once because of phase, once because of the org behavior, but it should not be
    dephase