Last change
on this file since 44 was 44, checked in by Ben Rietbroek, 11 years ago |
Created Bitfield functions (auxdebug on) [2012-02-21]
WARNING!!
All commits upto and including the commit of [2012-05-13] contain
a severe bug!! Building from these sources and then disabling
the 'force LBA' feature while also using the drive-letter feature or
editing the label can DESTROY THE MBR on ALL ATTACHED DISKS!!
DO NOT DISABLE 'FORCE LBA USAGE' WHEN BUILT FROM THE THESE COMMITS!!
New
o Functions to insert/retrieve bitfields
Let's see if we can compress the hideparttable...
|
File size:
241 bytes
|
Rev | Line | |
---|
[37] | 1 | IFDEF JWASM
|
---|
[44] | 2 | BUILD_DATE db 'Build Date: 21 Feb 2012 at 11:30:00 [JWasm]',0
|
---|
[37] | 3 | ENDIF
|
---|
| 4 | IFDEF TASM
|
---|
[44] | 5 | BUILD_DATE db 'Build Date: 21 Feb 2012 at 11:30:00 [Tasm]',0
|
---|
[37] | 6 | ENDIF
|
---|
Note:
See
TracBrowser
for help on using the repository browser.