📄 data.asm
字号:
MAX_SMILIES equ 30
.data?
SmileyArray dd MAX_SMILIES dup (?) ;Finite array size when compilied
; As an alternate, one could use
; the Linked List object instead
; to create a dynamic array that
; can grow at run time, but for
; simplicity this will surfice for
; the graphical object example.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -