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 . compilation . linux . back to start

asl_oddities.1487247170.txt.gz · Last modified: 2017/02/16 13:12 by darkbyte