mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
11 lines
194 B
NASM
11 lines
194 B
NASM
db "IGUANA@" ; species name
|
|
dw 47, 550 ; height, weight
|
|
|
|
db "It loves to"
|
|
next "climb with its"
|
|
next "sharp claws,"
|
|
|
|
page "able to scale"
|
|
next "massive trees"
|
|
next "and even houses.@"
|