====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]]**