How can I run a machine language program off the disk drive on an Apple II?

In Apple DOS simply. BRUN nameoffile. if it is an executable binary (type B in CATALOG ) it will load and call the machine language at the address …
View full source