mirror of https://github.com/nmlgc/ReC98.git
3 lines
84 B
NASM
3 lines
84 B
NASM
|
public _FIVE_DIGIT_POWERS_OF_10
|
||
|
_FIVE_DIGIT_POWERS_OF_10 dw 10000, 1000, 100, 10, 1
|