Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
RiscOS
S
Sources
Apps
Alarm
Commits
4eeb6c58
Commit
4eeb6c58
authored
Jul 24, 2003
by
Robert Sprowson
Browse files
Change to use objasm not aasm
Version 2.74. Tagged as 'Alarm-2_74'
parent
6458f3d7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
35 additions
and
26 deletions
+35
-26
Makefile
Makefile
+10
-4
Resources/UK/!Help
Resources/UK/!Help
+4
-0
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
s/Main
s/Main
+5
-6
No files found.
Makefile
View file @
4eeb6c58
...
...
@@ -20,6 +20,7 @@
# Date Name Description
# ---- ---- -----------
# 05-Nov-94 AMcC Updated for Black build
# 24-Jul-03 RPS Use objasm
#
#
...
...
@@ -43,13 +44,13 @@ RESAPP = <resource$dir>.Apps.${APP}
# Generic options:
#
MKDIR
=
cdir
A
S
=
a
asm
A
RMASM
=
obj
asm
CP
=
copy
RM
=
remove
SQUISH
=
squish
WIPE
=
-wipe
AFLAGS
=
${THROWBACK}
-depend
!
Depend
-nocache
-stamp
-quit
-module
AFLAGS
=
${THROWBACK}
-depend
!
Depend
-stamp
-quit
CPFLAGS
=
~cfr~v
SQFLAGS
=
-nolist
WFLAGS
=
~c~v
...
...
@@ -120,6 +121,7 @@ clean:
${RM}
${RDIR}
.!RunLink
${RM}
${RDIR}
.Code
${RM}
${MSGS}
${WIPE}
o
${WFLAGS}
${WIPE}
crunched.
*
${WFLAGS}
@
echo
${COMPONENT}
: cleaned
...
...
@@ -127,14 +129,18 @@ clean:
# Development rules:
#
ResVsn
:
${AS}
${AFLAGS}
-from
s.ResVsn
-to
rm.AlarmRes
${MKDIR}
o
${ARMASM}
${AFLAGS}
-o
o.AlarmRes s.ResVsn
Link
-rmf
-o
rm.AlarmRes o.AlarmRes
#
# Static dependencies:
#
${ROM_MODULE}
:
s.Main ${MSGS} ${RESFILES}
${AS}
${AFLAGS}
-from
s.Main
-to
$@
${MKDIR}
o
${ARMASM}
${AFLAGS}
-o
o.Main s.Main
Link
-rmf
-o
$@
o.Main
${MSGS}
:
LocalRes:Messages VersionASM
awk
-f
awk.Version LocalRes:Messages
>
$@
...
...
Resources/UK/!Help
View file @
4eeb6c58
!Alarm
======
The Alarm application displays a clock on the icon
bar. It can also be used to set 'alarms' to remind
you of further events. You can save the alarms to
...
...
VersionASM
View file @
4eeb6c58
...
...
@@ -11,13 +11,13 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "2.7
3
"
Module_Version SETA 27
3
Module_MajorVersion SETS "2.7
4
"
Module_Version SETA 27
4
Module_MinorVersion SETS ""
Module_Date SETS "
1
4
Nov
200
2
"
Module_ApplicationDate SETS "
1
4-
Nov
-0
2
"
Module_Date SETS "
2
4
Jul
200
3
"
Module_ApplicationDate SETS "
2
4-
Jul
-0
3
"
Module_ComponentName SETS "Alarm"
Module_ComponentPath SETS "RiscOS/Sources/Apps/Alarm"
Module_FullVersion SETS "2.7
3
"
Module_HelpVersion SETS "2.7
3
(
1
4
Nov
200
2
)"
Module_FullVersion SETS "2.7
4
"
Module_HelpVersion SETS "2.7
4
(
2
4
Jul
200
3
)"
END
VersionNum
View file @
4eeb6c58
/* (2.7
3
)
/* (2.7
4
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.68.
*
*/
#define Module_MajorVersion_CMHG 2.7
3
#define Module_MajorVersion_CMHG 2.7
4
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
1
4
Nov
200
2
#define Module_Date_CMHG
2
4
Jul
200
3
#define Module_MajorVersion "2.7
3
"
#define Module_Version 27
3
#define Module_MajorVersion "2.7
4
"
#define Module_Version 27
4
#define Module_MinorVersion ""
#define Module_Date "
1
4
Nov
200
2
"
#define Module_Date "
2
4
Jul
200
3
"
#define Module_ApplicationDate "
1
4-
Nov
-0
2
"
#define Module_ApplicationDate "
2
4-
Jul
-0
3
"
#define Module_ComponentName "Alarm"
#define Module_ComponentPath "RiscOS/Sources/Apps/Alarm"
#define Module_FullVersion "2.7
3
"
#define Module_HelpVersion "2.7
3
(
1
4
Nov
200
2
)"
#define Module_LibraryVersionInfo "2:7
3
"
#define Module_FullVersion "2.7
4
"
#define Module_HelpVersion "2.7
4
(
2
4
Jul
200
3
)"
#define Module_LibraryVersionInfo "2:7
4
"
s/Main
View file @
4eeb6c58
...
...
@@ -23,6 +23,8 @@
; 19-Feb-90 0.01 File created
;
AREA
|Alarm$$Code|
,
CODE
,
READONLY
,
PIC
Module_BaseAddr
GET
s.AppName ; read ApplicationName
...
...
@@ -36,9 +38,6 @@ Module_BaseAddr
GET
Hdr:ResourceFS
GET
VersionASM
LEADR
Module_LoadAddr
; **************** Module code starts here **********************
ASSERT
(
.
-
Module_BaseAddr
)
=
0
...
...
@@ -81,7 +80,7 @@ App_ModFlag DCD ModuleFlag_32bit
; App_Init - Initialisation entry
;
App_Init
E
NTRY
"r0"
App_Init
E
ntry
"r0"
ADR
R0
,
resourcefsfiles
SWI
XResourceFS_RegisterFiles
; ignore errors (starts on Service_ResourceFSStarting)
...
...
@@ -93,7 +92,7 @@ App_Init ENTRY "r0"
; App_Die - Die entry
;
App_Die
E
NTRY
"r0"
App_Die
E
ntry
"r0"
ADR
R0
,
resourcefsfiles
SWI
XResourceFS_DeregisterFiles
...
...
@@ -123,7 +122,7 @@ App_UService
; R3 = workspace pointer for module
; Out R2 called with R0 -> files, R3 -> workspace
svc_resourcefsstarting
E
NTRY
"R0-R3"
svc_resourcefsstarting
E
ntry
"R0-R3"
ADR
R0
,
resourcefsfiles
MOV
LR
,
PC
; get return address
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment