Changeset 47 for trunk/BOOTCODE/BLDLEVEL.INC
- Timestamp:
- Apr 12, 2014, 11:24:51 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/BOOTCODE/BLDLEVEL.INC (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/BLDLEVEL.INC
r46 r47 50 50 51 51 52 53 ;~ bliep struct 54 ;~ db '@#' 55 ;~ db BLDLVL_VENDOR 56 ;~ db ':' 57 ;~ db BLDLVL_MAJOR_VERSION 58 ;~ db '.' 59 ;~ db BLDLVL_MIDDLE_VERSION 60 ;~ db '.' 61 ;~ db BLDLVL_MINOR_VERSION 62 ;~ db '#@##1## ' 63 ;~ bld_level_date_start db BLDLVL_YEAR 64 ;~ db '/' 65 ;~ db BLDLVL_MONTH 66 ;~ db '/' 67 ;~ db BLDLVL_DAY 68 ;~ db ' ' 69 ;~ db BLDLVL_HOURS 70 ;~ db ':' 71 ;~ db BLDLVL_MINUTES 72 ;~ db ':' 73 ;~ db BLDLVL_SECONDS 74 ;~ bld_level_date_end db ' ' 75 ;~ db BLDLVL_MACHINE 76 ;~ db '::' 77 ;~ ; Wasm can only process the reference to 'lang' in pass 2 because it comes 78 ;~ ; from an included file which it has not processed yet at pass 1. 79 ;~ IFDEF WASM 80 ;~ IF2 81 ;~ db BLDLVL_LANGUAGE 82 ;~ ENDIF 83 ;~ ; The other assemblers process 'lang' correctly in pass 1. 84 ;~ ELSE 85 ;~ db BLDLVL_LANGUAGE 86 ;~ ENDIF 87 ;~ db '::' 88 ;~ db BLDLVL_MINOR_VERSION 89 ;~ db '::@@' 90 ;~ db BLDLVL_DESCRIPTION 91 ;~ db 0 92 ;~ bliep ends 93 94 52 95 ; 53 96 ; This macro inserts the BLDLEVEL string at the place where it is invoked.
Note:
See TracChangeset
for help on using the changeset viewer.
