Am I correct in assuming the following should be the same functionally when trying to add the file "hello" as "test" in a disk named "cc65.po", formatted in prodos format?
$ ac -as cc65.po test < hello
$ acx import -d cc65.po --stdin --as -n test < hello
$ acx import -d cc65.po hello --as -n test
Only the first command allows the file to be run correctly from DOS (it's a simple Hello World app).
In the other cases, using acx import when I try to BRUN the program I get:

Am I correct in assuming the following should be the same functionally when trying to add the file "hello" as "test" in a disk named "cc65.po", formatted in prodos format?
Only the first command allows the file to be run correctly from DOS (it's a simple Hello World app).
In the other cases, using
acx importwhen I try to BRUN the program I get: