diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-29 08:29:21 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-29 08:29:21 -0400 |
| commit | 44f7a7087a78a86367096a574245406b5116bf42 (patch) | |
| tree | 33ef78ae524acb90f347f1f071b5741f1729dbff /src/cio.s | |
| parent | 6f1ee17b375c74e8211e698fcdb527e210f13c71 (diff) | |
| download | fujinet-chat-44f7a7087a78a86367096a574245406b5116bf42.tar.gz | |
Remove unused cio.s, inherited from netcat.
Diffstat (limited to 'src/cio.s')
| -rw-r--r-- | src/cio.s | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/cio.s b/src/cio.s deleted file mode 100644 index 69a789a..0000000 --- a/src/cio.s +++ /dev/null @@ -1,8 +0,0 @@ - ;; Call CIO - - .export _ciov - -_ciov: LDX #$00 - JSR $E456 - RTS - |
