1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-25 06:17:58 +00:00

Harmonized usage of "KB" and "cc65".

This commit is contained in:
Oliver Schmidt
2014-03-30 22:10:37 +02:00
parent 180caeba0a
commit b92630142f
8 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/*
** These programs test CC65's exec() program-chaining function.
** These programs test cc65's exec() program-chaining function.
** exec-test1 runs exec-test2 -- that tests the loading and starting of another
** program. Then, exec-test2 runs arg-test -- that tests command-line argument
** passing.
+1 -1
View File
@@ -1,5 +1,5 @@
/*
** These programs test CC65's exec() program-chaining function.
** These programs test cc65's exec() program-chaining function.
** exec-test1 runs exec-test2 -- that tests the loading and starting of another
** program. Then, exec-test2 runs arg-test -- that tests command-line argument
** passing.