.define .sdf
.sect .text
.sect .rom
.sect .data
.sect .bss
! store double offsetted
.sdf:
pop bc
push bc !test
pop ix ! return address
pop hl ! address
add hl,de
ld (hl),c
inc hl
ld (hl),b
jp (ix) ! return