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)

adress boundary:

boundary  align 256

Navigation: asm . back to start

asl_oddities.1358164386.txt.gz · Last modified: 2013/01/14 12:53 by darkbyte