User Tools

Site Tools


asl_oddities

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(plus):

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

Address boundary:

boundary  align 256

Navigation: asm . compilation . linux . windows . mac . back to start

asl_oddities.txt · Last modified: 2017/11/25 17:42 by darkbyte