1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-11 11:30:13 +00:00

use RUNAD (from atari.inc) instead of /bin/bash2E0

git-svn-id: svn://svn.cc65.org/cc65/trunk@3963 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg 2009-04-29 21:37:10 +00:00
parent 482b3da7d8
commit 2f39754838

View File

@ -186,6 +186,6 @@ old_shflok: .res 1
old_lmargin: .res 1
.segment "AUTOSTRT"
.word $02E0
.word $02E1
.word RUNAD
.word RUNAD+1
.word __LOWCODE_LOAD__ + 1