?? sign2.asm
字號:
;API routines
:installmessage "installmessage"
:say "say"
:scenario "scenario"
:main
push &handler
push &installmessage
api
:heh
push 31337
push sys_yield
sys
push &heh
jmp
exit
:mymessage "I AM THE MAGIC TELEPORTINGSIGN!/n GET READY FOR A TRIP!"
:secret "secret"
:handler
push 2
cmp
push &saysmth
jme
exit
:saysmth
push &mymessage
push &say
api
push 30
push sys_yield
sys
push &secret
push 576
push 2784
push &scenario
api
exit
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -