Skip to content

acx import not working with as flag #108

@markjfisher

Description

@markjfisher

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:

image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions