summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-12 04:33:08 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-12 04:33:08 +0200
commit6653cfe50690dc4f53c8bec30cdb7d40ef9b62a4 (patch)
tree118396a8b64fbfafe990ad7607a96bbceb8244b1
parentd4d0541861d3f95fee182bef5b79f572d3bcb164 (diff)
[IMP] Needs to be merged with stable.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
-rw-r--r--Comm/AsmKit/AsmKit.hpp2
-rw-r--r--Comm/AsmKit/CPU/32x0.hpp2
-rw-r--r--Comm/AsmKit/CPU/64x0.hpp2
-rw-r--r--Comm/AsmKit/CPU/amd64.hpp2
-rw-r--r--Comm/AsmKit/CPU/arm64.hpp3
-rw-r--r--Comm/AsmKit/CPU/ppc.hpp4
-rw-r--r--Comm/CompilerKit.hpp2
-rw-r--r--Comm/Defines.hpp2
-rw-r--r--Comm/ParserKit.hpp2
-rw-r--r--Comm/Public/SDK/CRT/__mpcc_alloca.hxx2
-rw-r--r--Comm/Public/SDK/CRT/__mpcc_defines.hxx2
-rw-r--r--Comm/Public/SDK/CRT/__mpcc_exception.hxx2
-rw-r--r--Comm/Public/SDK/CRT/__mpcc_hint.hxx2
-rw-r--r--Comm/Public/SDK/CRT/__mpcc_malloc.hxx2
-rw-r--r--Comm/StdKit/AE.hpp2
-rw-r--r--Comm/StdKit/ErrorID.hpp2
-rw-r--r--Comm/StdKit/ErrorOr.hpp2
-rw-r--r--Comm/StdKit/PEF.hpp2
-rw-r--r--Comm/StdKit/Ref.hpp4
-rw-r--r--Comm/StdKit/String.hpp2
-rw-r--r--Comm/StdKit/XCOFF.hxx2
-rw-r--r--Icons/app-logo.icobin4865 -> 0 bytes
-rw-r--r--Notes/Inside 64x0.pdf (renamed from Doc/Inside 64x0.pdf)bin64675 -> 64675 bytes
-rw-r--r--Notes/asm-specs.txt (renamed from Doc/asm-specs.txt)0
-rw-r--r--Notes/havp.txt (renamed from Doc/havp.txt)0
-rw-r--r--Notes/notice.txt (renamed from Doc/notice.txt)0
-rw-r--r--Notes/vnrp.txt (renamed from Doc/vnrp.txt)0
-rw-r--r--ReadMe.md7
-rw-r--r--Sources/32asm.cc4
-rw-r--r--Sources/64asm.cc4
-rw-r--r--Sources/64x0-cc.cc6
-rw-r--r--Sources/AssemblyFactory.cc4
-rw-r--r--Sources/Detail/asmutils.hxx2
-rw-r--r--Sources/Detail/compilerutils.hxx2
-rw-r--r--Sources/String.cc4
-rw-r--r--Sources/bpp.cc6
-rw-r--r--Sources/coff2ae.cc2
-rw-r--r--Sources/cplusplus.cc6
-rw-r--r--Sources/elf2ae.cc2
-rw-r--r--Sources/i64asm.cc6
-rw-r--r--Sources/link.cc8
-rw-r--r--Sources/power-cc.cc4
-rw-r--r--Sources/ppcasm.cc6
-rw-r--r--posix.make8
-rw-r--r--win64.make8
45 files changed, 69 insertions, 67 deletions
diff --git a/Comm/AsmKit/AsmKit.hpp b/Comm/AsmKit/AsmKit.hpp
index 6fbacfa..38b418c 100644
--- a/Comm/AsmKit/AsmKit.hpp
+++ b/Comm/AsmKit/AsmKit.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/AsmKit/CPU/32x0.hpp b/Comm/AsmKit/CPU/32x0.hpp
index e469dda..7b93a94 100644
--- a/Comm/AsmKit/CPU/32x0.hpp
+++ b/Comm/AsmKit/CPU/32x0.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/AsmKit/CPU/64x0.hpp b/Comm/AsmKit/CPU/64x0.hpp
index 10d12d8..b8bafb9 100644
--- a/Comm/AsmKit/CPU/64x0.hpp
+++ b/Comm/AsmKit/CPU/64x0.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/AsmKit/CPU/amd64.hpp b/Comm/AsmKit/CPU/amd64.hpp
index 17b515b..06dc1da 100644
--- a/Comm/AsmKit/CPU/amd64.hpp
+++ b/Comm/AsmKit/CPU/amd64.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/AsmKit/CPU/arm64.hpp b/Comm/AsmKit/CPU/arm64.hpp
index a6b558a..8dd5204 100644
--- a/Comm/AsmKit/CPU/arm64.hpp
+++ b/Comm/AsmKit/CPU/arm64.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
-Copyright Zeta Electronics Corporation
+Copyright ZKA Technologies
------------------------------------------- */
@@ -24,4 +24,3 @@ struct CpuOpcodeArm64 final
uint32_t fImmediateValue; // immediate 32-bit value
bool fImmediateValueHooked;
};
-
diff --git a/Comm/AsmKit/CPU/ppc.hpp b/Comm/AsmKit/CPU/ppc.hpp
index 4afbf5a..e3ea6c5 100644
--- a/Comm/AsmKit/CPU/ppc.hpp
+++ b/Comm/AsmKit/CPU/ppc.hpp
@@ -1,7 +1,7 @@
/* -------------------------------------------
- Some modifications are copyrighted under:
- Zeta Electronics Corporation
+ Some modifications are copyrighted under:
+ ZKA Technologies
Original author:
Apple Inc
diff --git a/Comm/CompilerKit.hpp b/Comm/CompilerKit.hpp
index 25a1e66..177e424 100644
--- a/Comm/CompilerKit.hpp
+++ b/Comm/CompilerKit.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/Defines.hpp b/Comm/Defines.hpp
index a6f0260..31c1998 100644
--- a/Comm/Defines.hpp
+++ b/Comm/Defines.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/ParserKit.hpp b/Comm/ParserKit.hpp
index bc0ab54..4c3f483 100644
--- a/Comm/ParserKit.hpp
+++ b/Comm/ParserKit.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/Public/SDK/CRT/__mpcc_alloca.hxx b/Comm/Public/SDK/CRT/__mpcc_alloca.hxx
index 19ebaaf..02b3123 100644
--- a/Comm/Public/SDK/CRT/__mpcc_alloca.hxx
+++ b/Comm/Public/SDK/CRT/__mpcc_alloca.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/Public/SDK/CRT/__mpcc_defines.hxx b/Comm/Public/SDK/CRT/__mpcc_defines.hxx
index a526fd3..19ed8a4 100644
--- a/Comm/Public/SDK/CRT/__mpcc_defines.hxx
+++ b/Comm/Public/SDK/CRT/__mpcc_defines.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/Public/SDK/CRT/__mpcc_exception.hxx b/Comm/Public/SDK/CRT/__mpcc_exception.hxx
index a2539eb..4a9f84a 100644
--- a/Comm/Public/SDK/CRT/__mpcc_exception.hxx
+++ b/Comm/Public/SDK/CRT/__mpcc_exception.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/Public/SDK/CRT/__mpcc_hint.hxx b/Comm/Public/SDK/CRT/__mpcc_hint.hxx
index db58203..02dbc94 100644
--- a/Comm/Public/SDK/CRT/__mpcc_hint.hxx
+++ b/Comm/Public/SDK/CRT/__mpcc_hint.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/Public/SDK/CRT/__mpcc_malloc.hxx b/Comm/Public/SDK/CRT/__mpcc_malloc.hxx
index db3075f..eeaa67b 100644
--- a/Comm/Public/SDK/CRT/__mpcc_malloc.hxx
+++ b/Comm/Public/SDK/CRT/__mpcc_malloc.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/StdKit/AE.hpp b/Comm/StdKit/AE.hpp
index d06a8ca..ee39e56 100644
--- a/Comm/StdKit/AE.hpp
+++ b/Comm/StdKit/AE.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* MPCC
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
diff --git a/Comm/StdKit/ErrorID.hpp b/Comm/StdKit/ErrorID.hpp
index 698b66b..abaac85 100644
--- a/Comm/StdKit/ErrorID.hpp
+++ b/Comm/StdKit/ErrorID.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerKit
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
diff --git a/Comm/StdKit/ErrorOr.hpp b/Comm/StdKit/ErrorOr.hpp
index 04f013d..4097cc9 100644
--- a/Comm/StdKit/ErrorOr.hpp
+++ b/Comm/StdKit/ErrorOr.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerKit
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
diff --git a/Comm/StdKit/PEF.hpp b/Comm/StdKit/PEF.hpp
index 911d903..85044b2 100644
--- a/Comm/StdKit/PEF.hpp
+++ b/Comm/StdKit/PEF.hpp
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Comm/StdKit/Ref.hpp b/Comm/StdKit/Ref.hpp
index 3ccb983..e655ccb 100644
--- a/Comm/StdKit/Ref.hpp
+++ b/Comm/StdKit/Ref.hpp
@@ -3,7 +3,7 @@
* ========================================================
*
* CompilerKit
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -12,7 +12,7 @@
namespace CompilerKit
{
- // @author Zeta Electronics Corporation
+ // @author ZKA Technologies
// @brief Reference class, refers to a pointer of data in static memory.
template <typename T>
class Ref final
diff --git a/Comm/StdKit/String.hpp b/Comm/StdKit/String.hpp
index e495219..7e62bc5 100644
--- a/Comm/StdKit/String.hpp
+++ b/Comm/StdKit/String.hpp
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerKit
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
diff --git a/Comm/StdKit/XCOFF.hxx b/Comm/StdKit/XCOFF.hxx
index 7e57514..4b25484 100644
--- a/Comm/StdKit/XCOFF.hxx
+++ b/Comm/StdKit/XCOFF.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
File: XCOFF.hpp
Purpose: XCOFF for NewOS.
diff --git a/Icons/app-logo.ico b/Icons/app-logo.ico
deleted file mode 100644
index 2ab3d5b..0000000
--- a/Icons/app-logo.ico
+++ /dev/null
Binary files differ
diff --git a/Doc/Inside 64x0.pdf b/Notes/Inside 64x0.pdf
index bcd6782..bcd6782 100644
--- a/Doc/Inside 64x0.pdf
+++ b/Notes/Inside 64x0.pdf
Binary files differ
diff --git a/Doc/asm-specs.txt b/Notes/asm-specs.txt
index a0c42bf..a0c42bf 100644
--- a/Doc/asm-specs.txt
+++ b/Notes/asm-specs.txt
diff --git a/Doc/havp.txt b/Notes/havp.txt
index 12fcec5..12fcec5 100644
--- a/Doc/havp.txt
+++ b/Notes/havp.txt
diff --git a/Doc/notice.txt b/Notes/notice.txt
index 23691da..23691da 100644
--- a/Doc/notice.txt
+++ b/Notes/notice.txt
diff --git a/Doc/vnrp.txt b/Notes/vnrp.txt
index e17b494..e17b494 100644
--- a/Doc/vnrp.txt
+++ b/Notes/vnrp.txt
diff --git a/ReadMe.md b/ReadMe.md
index ae705e2..60e7433 100644
--- a/ReadMe.md
+++ b/ReadMe.md
@@ -1,16 +1,19 @@
# NDK
+## Install
+
Start by cloning the repo:
```
git clone git@bitbucket.org:mahrouss/codetools.git
```
-and
+And then:
```
make -f <platform>.make all
```
+You can now use the programs.
-##### Copyright Zeta Electronics Corporation, all rights reserved.
+##### Copyright ZKA Technologies, all rights reserved.
diff --git a/Sources/32asm.cc b/Sources/32asm.cc
index b043447..d32ab0b 100644
--- a/Sources/32asm.cc
+++ b/Sources/32asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -9,7 +9,7 @@
/////////////////////////////////////////////////////////////////////////////////////////
// @file 32asm.cxx
-// @author Zeta Electronics Corporation
+// @author ZKA Technologies
// @brief 32x0 Assembler.
// REMINDER: when dealing with an undefined symbol use (string
diff --git a/Sources/64asm.cc b/Sources/64asm.cc
index 384a086..0a89e6a 100644
--- a/Sources/64asm.cc
+++ b/Sources/64asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -110,7 +110,7 @@ NDK_MODULE(NewOSAssembler64000) {
if (argv[i][0] == '-') {
if (strcmp(argv[i], "-version") == 0 || strcmp(argv[i], "-v") == 0) {
kStdOut << "64asm: 64x0 Assembler.\n64asm: v1.10\n64asm: Copyright (c) "
- "2024 Zeta Electronics Corporation.\n";
+ "ZKA Technologies.\n";
return 0;
} else if (strcmp(argv[i], "-h") == 0) {
kStdOut << "64asm: 64x0 Assembler.\n64asm: Copyright (c) 2024 Mahrouss "
diff --git a/Sources/64x0-cc.cc b/Sources/64x0-cc.cc
index 9f73b1b..efbf68f 100644
--- a/Sources/64x0-cc.cc
+++ b/Sources/64x0-cc.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -25,7 +25,7 @@
/* C driver */
/* This is part of the NDK. */
-/* (c) Zeta Electronics Corporation */
+/* (c) ZKA Technologies */
/// @author Amlal El Mahrouss (amlel)
/// @file 64x0-cc.cc
@@ -1513,7 +1513,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "Zeta C Driver, %s, (c) Zeta Electronics Corporation\n", kDistVersion)
+ kPrintF(kWhite "Zeta C Driver, %s, (c) ZKA Technologies\n", kDistVersion)
static void cc_print_help()
{
diff --git a/Sources/AssemblyFactory.cc b/Sources/AssemblyFactory.cc
index faa4847..35d8cbd 100644
--- a/Sources/AssemblyFactory.cc
+++ b/Sources/AssemblyFactory.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -14,7 +14,7 @@
* @version 0.1
* @date 2024-01-27
*
- * @copyright Copyright (c) 2024, Zeta Electronics Corporation
+ * @copyright Copyright (c) 2024, ZKA Technologies
*
*/
diff --git a/Sources/Detail/asmutils.hxx b/Sources/Detail/asmutils.hxx
index c531126..00bfbd7 100644
--- a/Sources/Detail/asmutils.hxx
+++ b/Sources/Detail/asmutils.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Sources/Detail/compilerutils.hxx b/Sources/Detail/compilerutils.hxx
index fdcf141..4c46727 100644
--- a/Sources/Detail/compilerutils.hxx
+++ b/Sources/Detail/compilerutils.hxx
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Sources/String.cc b/Sources/String.cc
index c7185ca..accc1af 100644
--- a/Sources/String.cc
+++ b/Sources/String.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* CompilerKit
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -14,7 +14,7 @@
* @version 0.2
* @date 2024-01-23
*
- * @copyright Copyright (c) 2024 Zeta Electronics Corporation
+ * @copyright Copyright (c) ZKA Technologies
*
*/
diff --git a/Sources/bpp.cc b/Sources/bpp.cc
index d703748..1aefc33 100644
--- a/Sources/bpp.cc
+++ b/Sources/bpp.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* bpp
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -812,12 +812,12 @@ NDK_MODULE(NewOSPreprocessor) {
if (argv[index][0] == '/') {
if (strcmp(argv[index], "/version") == 0) {
- printf("%s\n", "bpp v1.11, (c) Zeta Electronics Corporation");
+ printf("%s\n", "bpp v1.11, (c) ZKA Technologies");
return 0;
}
if (strcmp(argv[index], "/help") == 0) {
- printf("%s\n", "Zeta Preprocessor Driver v1.11, (c) Zeta Electronics Corporation");
+ printf("%s\n", "Zeta Preprocessor Driver v1.11, (c) ZKA Technologies");
printf("%s\n", "/working-dir <path>: set directory to working path.");
printf("%s\n", "/include-dir <path>: add directory to include path.");
printf("%s\n", "/def <name> <value>: def macro.");
diff --git a/Sources/coff2ae.cc b/Sources/coff2ae.cc
index 0bf17e6..71f5bba 100644
--- a/Sources/coff2ae.cc
+++ b/Sources/coff2ae.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Sources/cplusplus.cc b/Sources/cplusplus.cc
index 59b5dcf..4059413 100644
--- a/Sources/cplusplus.cc
+++ b/Sources/cplusplus.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cplusplus
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -32,9 +32,9 @@ kPrintF(kWhite "%s\n", "Zeta C++ Compiler Driver, (c) 2024 Zeta Electronics, all
#define kOk 0
-/* Zeta Electronics Corporation C++ driver */
+/* ZKA Technologies C++ driver */
/* This is part of ZECC C++ compiler. */
-/* (c) Zeta Electronics Corporation */
+/* (c) ZKA Technologies */
/// @author Amlal El Mahrouss (amlel)
/// @file cc.cc
diff --git a/Sources/elf2ae.cc b/Sources/elf2ae.cc
index ede28a2..70ab104 100644
--- a/Sources/elf2ae.cc
+++ b/Sources/elf2ae.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
diff --git a/Sources/i64asm.cc b/Sources/i64asm.cc
index f0dd459..c0dd351 100644
--- a/Sources/i64asm.cc
+++ b/Sources/i64asm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -175,13 +175,13 @@ NDK_MODULE(NewOSAssemblerAMD64)
if (strcmp(argv[i], "/version") == 0 || strcmp(argv[i], "/v") == 0)
{
kStdOut << "i64asm: AMD64 Assembler Driver.\ni64asm: v1.10\ni64asm: Copyright "
- "(c) 2024 Zeta Electronics Corporation.\n";
+ "(c) ZKA Technologies.\n";
return 0;
}
else if (strcmp(argv[i], "/h") == 0)
{
kStdOut << "i64asm: AMD64 Assembler Driver.\ni64asm: Copyright (c) 2024 "
- "Zeta Electronics Corporation.\n";
+ "ZKA Technologies.\n";
kStdOut << "/version: Print program version.\n";
kStdOut << "/verbose: Print verbose output.\n";
kStdOut << "/binary: Output as flat binary.\n";
diff --git a/Sources/link.cc b/Sources/link.cc
index 0114484..d94cbf1 100644
--- a/Sources/link.cc
+++ b/Sources/link.cc
@@ -1,12 +1,12 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
/// @file link.cc
/// @author Amlal EL Mahrouss (amlel)
-/// @brief Zeta Electronics Corporation Linker.
+/// @brief ZKA Technologies Linker.
/// Last Rev: Sat Feb 24 CET 2024
@@ -35,7 +35,7 @@
#include <fstream>
#include <iostream>
-#define kLinkerVersion "Zeta Linker Driver %s, (c) Zeta Electronics Corporation 2024, all rights reserved.\n"
+#define kLinkerVersion "Zeta Linker Driver %s, (c) ZKA Technologies 2024, all rights reserved.\n"
#define StringCompare(DST, SRC) strcmp(DST, SRC)
@@ -229,7 +229,7 @@ NDK_MODULE(NewOSLinker)
pef_container.Count = 0UL;
pef_container.Kind = CompilerKit::kPefKindExec;
pef_container.SubCpu = kSubArch;
- pef_container.Linker = kLinkerId; // Zeta Electronics Corporation Linker
+ pef_container.Linker = kLinkerId; // ZKA Technologies Linker
pef_container.Abi = kAbi; // Multi-Processor UX ABI
pef_container.Magic[0] = kPefMagic[kFatBinaryEnable ? 2 : 0];
pef_container.Magic[1] = kPefMagic[1];
diff --git a/Sources/power-cc.cc b/Sources/power-cc.cc
index ac5d84b..332fa53 100644
--- a/Sources/power-cc.cc
+++ b/Sources/power-cc.cc
@@ -2,7 +2,7 @@
* ========================================================
*
* cc
- * Copyright Zeta Electronics Corporation, all rights reserved.
+ * Copyright ZKA Technologies, all rights reserved.
*
* ========================================================
*/
@@ -1531,7 +1531,7 @@ public:
#define kPrintF printf
#define kSplashCxx() \
- kPrintF(kWhite "cc, %s, (c) Zeta Electronics Corporation\n", kDistVersion)
+ kPrintF(kWhite "cc, %s, (c) ZKA Technologies\n", kDistVersion)
static void cc_print_help()
{
diff --git a/Sources/ppcasm.cc b/Sources/ppcasm.cc
index 0aec82d..5f015d5 100644
--- a/Sources/ppcasm.cc
+++ b/Sources/ppcasm.cc
@@ -1,6 +1,6 @@
/* -------------------------------------------
- Copyright Zeta Electronics Corporation
+ Copyright ZKA Technologies
------------------------------------------- */
@@ -114,11 +114,11 @@ NDK_MODULE(NewOSAssemblerPowerPC) {
if (strcmp(argv[i], "/version") == 0 || strcmp(argv[i], "/v") == 0) {
kStdOut << "ppcasm: POWER64 Assembler Driver.\nppcasm: " << kDistVersion << "\nppcasm: "
"Copyright (c) "
- "2024 Zeta Electronics Corporation.\n";
+ "ZKA Technologies.\n";
return 0;
} else if (strcmp(argv[i], "/h") == 0) {
kStdOut << "ppcasm: POWER64 Assembler Driver.\nppcasm: Copyright (c) 2024 "
- "Zeta Electronics Corporation.\n";
+ "ZKA Technologies.\n";
kStdOut << "/version,/v: print program version.\n";
kStdOut << "/verbose: print verbose output.\n";
kStdOut << "/binary: output as flat binary.\n";
diff --git a/posix.make b/posix.make
index 34fa367..8a17a58 100644
--- a/posix.make
+++ b/posix.make
@@ -2,7 +2,7 @@
# ========================================================
#
# MPCC
- # Copyright Zeta Electronics Corporation, all rights reserved.
+ # Copyright ZKA Technologies, all rights reserved.
#
# ========================================================
#
@@ -72,9 +72,9 @@ linker:
.PHONY: help
help:
- @echo "compiler - Zeta Electronics Corporation Compiler Suite."
- @echo "pre-processor - Zeta Electronics Corporation Preprocessor Suite."
- @echo "linker - Zeta Electronics Corporation Linkers."
+ @echo "compiler - ZKA Technologies Compiler Suite."
+ @echo "pre-processor - ZKA Technologies Preprocessor Suite."
+ @echo "linker - ZKA Technologies Linkers."
@echo "clean - Clean objects and executables."
.PHONY: clean
diff --git a/win64.make b/win64.make
index 8493db6..37d762a 100644
--- a/win64.make
+++ b/win64.make
@@ -2,7 +2,7 @@
# ========================================================
#
# MPCC
- # Copyright Zeta Electronics Corporation, all rights reserved.
+ # Copyright ZKA Technologies, all rights reserved.
#
# ========================================================
#
@@ -70,9 +70,9 @@ linker:
.PHONY: help
help:
- @echo "Compiler - MPCC Compiler Suite."
- @echo "Preprocessor - MPCC Preprocessor Suite."
- @echo "linker - Zeta Electronics Corporation Linkers."
+ @echo "compiler - ZKA Compiler Suite."
+ @echo "pre-processor - ZKA Preprocessor Suite."
+ @echo "linker - ZKA Linkers."
@echo "clean - Clean objects and executables."
.PHONY: clean