Welcome, Guest. Please login or register.

Author Topic: How do I know if a program is "resident"?  (Read 1381 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: How do I know if a program is "resident"?
« on: January 07, 2008, 10:21:50 PM »
You just can't put any random command to ROM and have it automagically executed.

This is not what resident command means.

Kickstart resident tag != resident commands.

However, some things are designed to work as both regular command and ROM resident tags (for example IDEFix and couple of other things). These typically have some way sneaky way of passing the arguments.

This however has nothing to do with resident commands.