The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
; comment
macro M1 {
	inc hl
	dec de
}
	org 0x100
	M1
	ld a,1 : ld b,2 : call 0x200 : call 0x1234 ; comment
	M1