A BASIC line which will execute assembly code starting at $4000. The chars after $20 ($31,$36,$33,$38,$34) create the text “16384”, which is $4000 hex converted to decimal. Change the second digit of each to point to the decimal location you need. EG $33,$32,$37,$36,$38 for 32768 decimal, $8000 hex.
*=$0801
.byte $0C,$08,$0A,$00,$9E,$20,$31,$36,$33,$38,$34,$00,$00
.byte $00,$00