diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-28 07:26:46 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-28 07:26:46 -0400 |
| commit | 87b234ba73e9abb4ecb8966ef631a0d7b8f5915a (patch) | |
| tree | 8435c18071937d092e3265bb4c708caab24b9135 /src/sio.s | |
| parent | 898cfeb8a558245fc48bbba948c16205509e6a11 (diff) | |
| download | fujinet-chat-87b234ba73e9abb4ecb8966ef631a0d7b8f5915a.tar.gz | |
Save some more bytes (strip down nio.c API).
Diffstat (limited to 'src/sio.s')
| -rw-r--r-- | src/sio.s | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -1,17 +1,3 @@ ;; Call SIO - .export _siov - .export _rtclr - .export _cold_start - -_siov: JSR $E459 - RTS - -_rtclr: LDA #$00 - STA $12 - STA $13 - STA $14 - RTS - -_cold_start: - JMP $E477 + _siov = $e459 |
