10 lines
142 B
ArmAsm
10 lines
142 B
ArmAsm
;
|
|
; Ullrich von Bassewitz, 2004-06-03
|
|
;
|
|
; Rom COUT routine
|
|
;
|
|
|
|
.export COUT
|
|
|
|
COUT := $FDED ; Vector to user output routine
|
|
|