Lynx boot stuff split up into several files. Changes by Karri Kaksonen.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4979 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -32,15 +32,11 @@
|
||||
;----------------------------------------------------------------------------
|
||||
; Global variables
|
||||
;
|
||||
; The ring buffers will be at the fixed place
|
||||
; Tx buffer $200 - $2ff. Rx buffer $300 - $3ff.
|
||||
; This memory area can usually not be used for anything as the encryption
|
||||
; stuff needs it. But for this purpose it fits perfectly.
|
||||
|
||||
.bss
|
||||
|
||||
TxBuffer = $0200
|
||||
RxBuffer = $0300
|
||||
TxBuffer: .res 256
|
||||
RxBuffer: .res 256
|
||||
RxPtrIn: .res 1
|
||||
RxPtrOut: .res 1
|
||||
TxPtrIn: .res 1
|
||||
|
||||
Reference in New Issue
Block a user