0 Members and 1 Guest are viewing this topic.
Can Ion program be run without using a shell?
A quick question for you (because I'm too lazy to actually go and test myself):Can Ion program be run without using a shell?
Quote from: Michael_Lee on June 21, 2011, 01:03:49 pmCan Ion program be run without using a shell?Yes.
Quote from: Michael_Lee on June 21, 2011, 01:03:49 pmA quick question for you (because I'm too lazy to actually go and test myself):Can Ion program be run without using a shell?There are two kinds of Ion programs. All Ion programs that are made in Axe are of the first kind, and can be run without using a shell.
Technically, you CAN run an Ion program from an Asm() denomination. However, I do not recommend it. MOS and DCS7 programs have a RET saving "net" that don't allow you to run Shell-dependent programs without the shell. Ion is ancient and lacks this; Ion programs that use built in routines and are run with Asm() might fail.