📄 rs232.inc
字号:
;; rs232.inc;; (C) Copyright 2002 Ullrich von Bassewitz (uz@cc65.org);; Assembler include file that makes the constants and structures from rs232.h; available for asm code.; Error codes returned by all functionsRS_ERR_OK = $00 ; Not an error - relaxRS_ERR_NOT_INITIALIZED = $01 ; Module not initializedRS_ERR_BAUD_TOO_FAST = $02 ; Cannot handle baud rateRS_ERR_BAUD_NOT_AVAIL = $03 ; Baud rate not availableRS_ERR_NO_DATA = $04 ; Nothing to readRS_ERR_OVERFLOW = $05 ; No room in send bufferRS_ERR_INIT_FAILED = $06 ; Initialization of RS232 routines failed
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -