diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-02-11 13:26:57 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-02-11 13:26:57 -0500 |
| commit | b7b86e3a26d4bfba9c49f0a24ec030a7b3ebd8a3 (patch) | |
| tree | d2cb7323c78a4983e2a498110a077aaf24d1f696 /src/cio.s | |
| download | fujinet-chat-b7b86e3a26d4bfba9c49f0a24ec030a7b3ebd8a3.tar.gz | |
initial commit
Diffstat (limited to 'src/cio.s')
| -rw-r--r-- | src/cio.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cio.s b/src/cio.s new file mode 100644 index 0000000..69a789a --- /dev/null +++ b/src/cio.s @@ -0,0 +1,8 @@ + ;; Call CIO + + .export _ciov + +_ciov: LDX #$00 + JSR $E456 + RTS + |
