Changeset 30 for trunk/BOOTCODE/REGULAR/PASSWORD.ASM
- Timestamp:
- May 6, 2011, 4:25:19 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/REGULAR/PASSWORD.ASM
r29 r30 19 19 ; AiR-BOOT / PASSWORD 20 20 ;--------------------------------------------------------------------------- 21 22 IFDEF ModuleNames 23 DB 'PASSWORD',0 24 ENDIF 25 21 26 22 27 ; Don't ask me, what I'm doing in here to encode the passwords. I don't even … … 164 169 PE_ContinueLoop: 165 170 mov al, ds:[si] 166 movzx bx, ds:[si+8] 171 ;movzx bx, ds:[si+8] 172 mov bl,ds:[si+8] 173 mov bh,0 174 167 175 add bl, 16 168 176 mov ah, ds:[si+bx]
Note:
See TracChangeset
for help on using the changeset viewer.