mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-18 04:56:25 +13:00
11 lines
207 B
NASM
11 lines
207 B
NASM
db "INSECT@" ; species name
|
|
dw 303, 660 ; height, weight
|
|
|
|
db "The small bugs it"
|
|
next "eats appear only"
|
|
next "at night, so it"
|
|
|
|
page "sleeps in a hole"
|
|
next "in a tree until"
|
|
next "night falls.@"
|