; ; Odd random tests ; org 0 ld hl,$1234 push hl pop af ld bc,$5678 ld de,$9abc ld hl,$def0 ld ix,$dead ld iy,$beef loop: inc b jp loop