Files
ghostgram/third-party/yasm/yasm-1.3.0/modules/objfmts/bin/tests/levelop.asm
T

5 lines
100 B
NASM

test1:
mov word [0x0010 + (test2 - test1)], 0x0000
mov word [0x0010 + test2 - test1], 0x0000
test2: