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,N
        ld ixl,N
        ld iyu,N
        ld iyl,N

substitution for high & low from sjasm:

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

address boundary:

boundary  align 256

Navigation: asm . back to start

asl_oddities.1360663114.txt.gz · Last modified: 2013/02/12 10:58 by darkbyte