Re: [hatari-devel] program autostart, visual studio Hatari compilation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] program autostart, visual studio Hatari compilation
- From: Charles Curley <charlescurley@xxxxxxxxxxxxxxxxx>
- Date: Sun, 24 Oct 2021 10:50:44 -0600
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=charlescurley.com; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-ID:Subject:To:From:Date:Sender: Reply-To:Cc:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=c/589quJaFl9QuclucVEuHSH4M1SHBlOvU6+Cg3q7tY=; b=ag9cLycXqbv46NCvrl2KxFFIyq kWpY3949GBd1HT8JwpmuEOZglEo15at+Pt+jp42yujEeNFh2lReb0ItJ+eD22/nUQ92efG51aLimZ pr/ZEyXJXWpJTtyuvtLvg2GU7567M6SEOEQ/wTtH1oq5yiUxQLMuwpWodEhUT0+dcXFpcHpX/DlqD JtTK+c0k/y625TlvEKhhOMuqwt877o96J/D6uF3ivysBOQLDmnpHF5XIppWMOCgI0Ndp6HLftuBe/ 6T+8zqa9EcZT5WCs0iZYSQw6joQt3CDCVXb5uCdv5JCwoeJ4DYiBcC5KHSit9peFy4NCIQ1B6fTGa Zd597u4w==;
- Organization: occasionally
On Sun, 24 Oct 2021 16:07:08 +0300
Eero Tamminen <oak@xxxxxxxxxxxxxx> wrote:
> Hatari has a shell script that inserts Atari
> program arguments to its basepage using debugger
> and conditional breakpoints:
> https://git.tuxfamily.org/hatari/hatari.git/tree/tools/hatari-prg-args.sh
Nice! I was not aware of that.
For my use, it does too much. It appears to parse the argument to a
program to make sure that the argument is a proper file specification.
That prevents me from using it to pass arbitrary arguments to a program.
I use fastforth on the Atari, and would like to pass snippits of Forth
code to fastforth so that it can execute them on loading. For example:
C:\FF\FAST4TH.TTP 3 list
Or someone might want to run a compile:
E:\COMPILER\MAKE -q -z SNARK.OBJ
So how do I strip out that checking?
--
Does anybody read signatures any more?
https://charlescurley.com
https://charlescurley.com/blog/