diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-18 19:40:59 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-18 19:49:20 +0100 |
| commit | 300eb04e2567a284f23edff7a8eef96bcd267254 (patch) | |
| tree | fb3c5e1a8bfa74613fddfe345a5f765a97de6c88 /example/example_02_nectar | |
| parent | bfc06a997671134e7b747557251d2434f8cb8c2e (diff) | |
feat: compiler_kit: improvements on the assembler and linker.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/example_02_nectar')
| -rw-r--r-- | example/example_02_nectar/example.ncpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/example/example_02_nectar/example.ncpp b/example/example_02_nectar/example.ncpp index 3f40941..d7ec86c 100644 --- a/example/example_02_nectar/example.ncpp +++ b/example/example_02_nectar/example.ncpp @@ -1,6 +1,6 @@ const main() { - if (67 == 67) { - return 123; + if (0x10 == 0x10) { + return 0x137; } return 0; |
