-
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.
Accidentally committed code for used for testing synbol redefinition …
…reporting in Zeus.
- Loading branch information
1 parent
3856d11
commit 96ac873
Showing
3 changed files
with
15 additions
and
15 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
; version.asm | ||
; | ||
; Auto-generated by ZXVersion.exe | ||
; On 06 Feb 2020 at 12:25 | ||
; On 07 Feb 2020 at 12:37 | ||
|
||
BuildNo macro() | ||
db "64" | ||
db "65" | ||
mend | ||
|
||
BuildNoValue equ "64" | ||
BuildNoWidth equ 0 + FW6 + FW4 | ||
BuildNoValue equ "65" | ||
BuildNoWidth equ 0 + FW6 + FW5 | ||
|
||
|
||
|
||
BuildDate macro() | ||
db "06 Feb 2020" | ||
db "07 Feb 2020" | ||
mend | ||
|
||
BuildDateValue equ "06 Feb 2020" | ||
BuildDateWidth equ 0 + FW0 + FW6 + FWSpace + FWF + FWe + FWb + FWSpace + FW2 + FW0 + FW2 + FW0 | ||
BuildDateValue equ "07 Feb 2020" | ||
BuildDateWidth equ 0 + FW0 + FW7 + FWSpace + FWF + FWe + FWb + FWSpace + FW2 + FW0 + FW2 + FW0 | ||
|
||
|
||
|
||
BuildTime macro() | ||
db "12:25" | ||
db "12:37" | ||
mend | ||
|
||
BuildTimeValue equ "12:25" | ||
BuildTimeWidth equ 0 + FW1 + FW2 + FWColon + FW2 + FW5 | ||
BuildTimeValue equ "12:37" | ||
BuildTimeWidth equ 0 + FW1 + FW2 + FWColon + FW3 + FW7 | ||
|
||
|
||
|
||
BuildTimeSecs macro() | ||
db "12:25:14" | ||
db "12:37:04" | ||
mend | ||
|
||
BuildTimeSecsValue equ "12:25:14" | ||
BuildTimeSecsWidth equ 0 + FW1 + FW2 + FWColon + FW2 + FW5 + FWColon + FW1 + FW4 | ||
BuildTimeSecsValue equ "12:37:04" | ||
BuildTimeSecsWidth equ 0 + FW1 + FW2 + FWColon + FW3 + FW7 + FWColon + FW0 + FW4 |