mirror of
https://github.com/ichmagmaus111/ghostgram.git
synced 2026-09-04 11:56:34 +02:00
10 lines
95 B
NASM
10 lines
95 B
NASM
add r7, r6, r5
|
|
add r4, r3, 22
|
|
label:
|
|
and r2, r1, r0
|
|
and r2, r5, 5
|
|
brz label
|
|
br label2
|
|
|
|
label2:
|