I am assuming the code samples are for DASM, as that seems to be a popular choice for 2600 coding, and it has an RORG directive.
org $f000
As Garth said, this sets the address where the assembler will put the code, but in the case of a cross assembler like DASM, the code is not
placed in the ...