18 Bytes! Anyone can beat this? - No DAS (Developers)
> easier to understand than using das
Just replace (5 Bytes):
cmp al, 10 ; Now must be and is AL<=15 | Decimal "10" !!!
sbb al, $69 ; Securely Bugged Backup
das ; Digital Attack System | ASCII result in AL
by (8 Bytes):
cmp al, 10
jb short heh
add al, 7
heh: add al, 48
So my code grows to 21 Bytes. I have no idea how DAS works but it does
---
This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft ***
Complete thread:
- 18 Bytes !!! Anyone can beat this? HEX16 for 8086 - DOS386, 13.04.2009, 10:20 (Developers)
- 18 Bytes! Anyone can beat this? - No - ecm, 13.04.2009, 14:08
- 18 Bytes! Anyone can beat this? - No DAS - DOS386, 13.04.2009, 14:32
- 18 Bytes! Anyone can beat this? - No DAS - rr, 13.04.2009, 16:13
- 18 Bytes! Anyone can beat this? - No DAS - DOS386, 13.04.2009, 14:32
- 18 Bytes !!! Anyone can beat this? HEX16 for 8086 - mht, 13.04.2009, 16:04
- 18 Bytes !!! Anyone can beat this? HEX16 for 8086 | ROL - DOS386, 18.05.2009, 05:54
- 18 Bytes! Anyone can beat this? - No - ecm, 13.04.2009, 14:08