diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-11 01:52:58 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-11 01:52:58 -0400 |
| commit | b05889cde25b565d0d0bfa0e72ad655b0394f0de (patch) | |
| tree | 6d3e40304184cdf613d38e9396bc3be86f01370a /config/exetrailer.s | |
| parent | ced2f97c201def0356f0fa0601b3c7ad5fb71a6c (diff) | |
| download | fujinet-chat-b05889cde25b565d0d0bfa0e72ad655b0394f0de.tar.gz | |
Add config/* stuff.
Diffstat (limited to 'config/exetrailer.s')
| -rw-r--r-- | config/exetrailer.s | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/exetrailer.s b/config/exetrailer.s new file mode 100644 index 0000000..60e8393 --- /dev/null +++ b/config/exetrailer.s @@ -0,0 +1,14 @@ +; This file defines the EXE file "trailer" which sets the entry point + +; 20260311 bkw: Modified to use INITAD instead of RUNAD! + + .export __AUTOSTART__: absolute = 1 + .import start + + .include "atari.inc" + +.segment "AUTOSTRT" + .word INITAD ; defined in atari.inc + .word INITAD+1 + .word start + |
