]> git.sur5r.net Git - cc65/commit
Added a module that contains a small basic stub (SYS header) that starts
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Nov 2010 11:50:38 +0000 (11:50 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 14 Nov 2010 11:50:38 +0000 (11:50 +0000)
commit62e39780bcb2ac89ba39c3873409d5517cfa75bd
treee6819b9dc2b5ae720d22309382a4988ce57f0f69
parente9ce157bb7a6e4c69d0971128b40316555ce8ac2
Added a module that contains a small basic stub (SYS header) that starts
machine language code following it. Using this header, machine language
programs linked to this stub can be started using RUN.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4861 b7a2c559-68d2-44c3-8de9-860c34a00d81
libsrc/cbm/Makefile
libsrc/cbm/exehdr.s [new file with mode: 0644]