DoStuff Wiki
Attachments
History
Blame
View Source
Documentation
About An Otter Wiki
Toggle dark mode
Login
Home
A - Z
Changelog
Page Index
Hardware
Backplane
Board Features
Memory Map
News
20260512 - Increased Cpu Speed
Programming
Examples
Duart
PIT
Handling Interrupts
Machine Library
MMU
Reference Material
Runtime
Toolchains
Project Ideas
Operating System
Gloworm Port
Linux Port
Atari Vector Generator
Ethernet Card
Keyboard Controller
Monitor
BIOS
Books
Datasheets
Getting Connected
Home
Specs and Tech Notes
Programming
Runtime
b59bea
Commit
b59bea
2026-06-02 13:06:25
Bob Green
: -/-
programming/runtime.md
..
@@ 38,7 38,7 @@
To access any of these variables, simply ```#include <machine.h.>```
### On Exit
-
When `main()` returns or when `exit()` is called, a non-zero exit code will be printed as follows:
+
When `main()` returns or when `exit()` is called, a non-zero exit code will be displayed as follows:
```
exited with status: <value>
```
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9