Changeset 601 in xtideuniversalbios for trunk/Assembly_Library/Src/Menu/MenuAttributes.asm
- Timestamp:
- Feb 14, 2019, 7:38:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Assembly_Library/Src/Menu/MenuAttributes.asm
r592 r601 68 68 cmp al, 7 69 69 je SHORT .LoadMonoAttribute 70 testal, 1 ; Even modes (0 and 2) are B/W71 j nzSHORT .LoadColorAttribute70 shr al, 1 ; Even modes (0 and 2) are B/W 71 jc SHORT .LoadColorAttribute 72 72 73 73 .LoadBlackAndWhiteAttribute:
Note:
See TracChangeset
for help on using the changeset viewer.