1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Renamed smc.mac to smc.inc.

git-svn-id: svn://svn.cc65.org/cc65/trunk@5537 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2012-02-21 20:05:36 +00:00
parent 0d4b9c59f3
commit a0d3f0c180
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<date>2012-02-19
<abstract>
The 'smc.mac' macro package for ca65 eases the use, increases the safeness and
The 'smc.inc' macro package for ca65 eases the use, increases the safeness and
self-explanation of 'self-modifying-code' (SMC).
</abstract>
@ -38,7 +38,7 @@ general purpose library with SMC excludes ROM targets!
The ca65 SMC macro package consists of two files:
<itemize>
<item><tt>smc.mac</tt>
<item><tt>smc.inc</tt>
<item><tt>opcodes.inc</tt>
</itemize>