mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 02:10:52 +00:00
9 lines
137 B
ArmAsm
9 lines
137 B
ArmAsm
;
|
|
; Oliver Schmidt, 2020-06-04
|
|
;
|
|
|
|
.export joy_libref
|
|
.import _get_ostype
|
|
|
|
joy_libref := _get_ostype
|