mirror of
https://github.com/cc65/cc65.git
synced 2026-04-22 01:16:54 +00:00
10 lines
205 B
ArmAsm
10 lines
205 B
ArmAsm
;
|
|
; 2017-06-15, Greg King
|
|
;
|
|
; unsigned char cpeekrevers (void);
|
|
;
|
|
; Get a reverse attribute from screen RAM
|
|
;
|
|
.import return0
|
|
.export _cpeekrevers := return0 ; No attribute
|