mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-10-18 04:56:25 +13:00
11 lines
221 B
NASM
11 lines
221 B
NASM
db "TINY BIRD@" ; species name
|
|
dw 100, 40 ; height, weight
|
|
|
|
db "It rapidly flaps"
|
|
next "its wings in the"
|
|
next "grass, stirring up"
|
|
|
|
page "a dust cloud that"
|
|
next "drives insect prey"
|
|
next "out into the open.@"
|