mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-08-17 19:37:13 +02:00
7 lines
62 B
NASM
7 lines
62 B
NASM
blah equ 1
|
|
|
|
shl al, 1
|
|
shl al, 2-1
|
|
shl al, blah
|
|
shl al, 2-blah
|