User Tools

Site Tools


asl_oddities

This is an old revision of the document!


Alfred Arnold's ASL oddities

syntax for byte halves of IX and IY:

        ld ixu,NN
        ld ixl,NN
        ld iyu,NN
        ld iyl,NN

substitution for high & low from sjasm:

high    equ (value / 256)
low     equ (value % 256)

adress boundary

boundary  align 256
asl_oddities.1358164024.txt.gz · Last modified: 2013/01/14 12:47 by darkbyte