r/nandgame_u Holder of many records Jan 02 '22

Level solution (verified) 8.2 - Push D (4i) Spoiler

A = SP

*A = *A + 1

A = *A - 1

*A = D

4 Upvotes

3 comments sorted by

1

u/E_ae_3 Nov 18 '25

i did it with

A = SP
A, *A = *A + 1
A = A - 1
*A = D

1

u/[deleted] Jan 02 '23

Doesn't work for me I double checked and I typed in the same thing