flat assembler
Message board for the users of flat assembler.
Index
> OS Construction > Just for the H@CK of it |
Author |
|
sleepsleep 12 Jan 2017, 09:48
online assembler wrote:
48,40,43,4b hex ascii is H@CK very cool indeed, definitely not coincidence |
|||
12 Jan 2017, 09:48 |
|
Mike Gonta 12 Jan 2017, 10:05
sleepsleep wrote:
Actually, that's "fHf@fCfK". In 32 bit asm it's: Code: dec eax ; 'H' inc eax ; '@' inc ebx ; 'C' dec ebx ; 'K' |
|||
12 Jan 2017, 10:05 |
|
Tomasz Grysztar 12 Jan 2017, 10:22
For 64-bit mode you may try this one:
Code: db 'ASM[' Code: 0: 41 53 push r11 2: 4D 5B pop r11 |
|||
12 Jan 2017, 10:22 |
|
Mike Gonta 12 Jan 2017, 10:57
Tomasz Grysztar wrote: For 64-bit mode you may try this one: Code: use32 inc esi inc ecx push ebx dec ebp dec esi dec ecx pop ebx inc ebp Code: db "FASM" |
|||
12 Jan 2017, 10:57 |
|
sleepsleep 12 Jan 2017, 11:00
Mike Gonta wrote:
idk why the online assembler prepend 66 there, i tried another online assembler, you are correct, definitely H@CK using xxd dump just realize i am using ax and bx, my low end cheap processor |
|||
12 Jan 2017, 11:00 |
|
sleepsleep 12 Jan 2017, 11:06
Mike Gonta wrote:
wow! amazing! |
|||
12 Jan 2017, 11:06 |
|
Mike Gonta 12 Jan 2017, 11:07
Mike Gonta wrote: There's nothing better than this! |
|||
12 Jan 2017, 11:07 |
|
revolution 12 Jan 2017, 14:14
Mike Gonta wrote: There's nothing better than this! |
|||
12 Jan 2017, 14:14 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.