-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added licence header to all source files.
- Loading branch information
1 parent
7a955b0
commit ffc4ea1
Showing
21 changed files
with
290 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
; version.asm | ||
; | ||
; Auto-generated by ZXVersion.exe | ||
; On 27 Jan 2020 at 19:18 | ||
; On 31 Jan 2020 at 08:49 | ||
|
||
BuildNo macro() | ||
db "61" | ||
db "62" | ||
mend | ||
|
||
BuildNoValue equ "61" | ||
BuildNoWidth equ 0 + FW6 + FW1 | ||
BuildNoValue equ "62" | ||
BuildNoWidth equ 0 + FW6 + FW2 | ||
|
||
|
||
|
||
BuildDate macro() | ||
db "27 Jan 2020" | ||
db "31 Jan 2020" | ||
mend | ||
|
||
BuildDateValue equ "27 Jan 2020" | ||
BuildDateWidth equ 0 + FW2 + FW7 + FWSpace + FWJ + FWa + FWn + FWSpace + FW2 + FW0 + FW2 + FW0 | ||
BuildDateValue equ "31 Jan 2020" | ||
BuildDateWidth equ 0 + FW3 + FW1 + FWSpace + FWJ + FWa + FWn + FWSpace + FW2 + FW0 + FW2 + FW0 | ||
|
||
|
||
|
||
BuildTime macro() | ||
db "19:18" | ||
db "08:49" | ||
mend | ||
|
||
BuildTimeValue equ "19:18" | ||
BuildTimeWidth equ 0 + FW1 + FW9 + FWColon + FW1 + FW8 | ||
BuildTimeValue equ "08:49" | ||
BuildTimeWidth equ 0 + FW0 + FW8 + FWColon + FW4 + FW9 | ||
|
||
|
||
|
||
BuildTimeSecs macro() | ||
db "19:18:14" | ||
db "08:49:48" | ||
mend | ||
|
||
BuildTimeSecsValue equ "19:18:14" | ||
BuildTimeSecsWidth equ 0 + FW1 + FW9 + FWColon + FW1 + FW8 + FWColon + FW1 + FW4 | ||
BuildTimeSecsValue equ "08:49:48" | ||
BuildTimeSecsWidth equ 0 + FW0 + FW8 + FWColon + FW4 + FW9 + FWColon + FW4 + FW8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.