File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ <h3>Deprecated features:</h3>
118
118
< li > < code > rep</ code > to repeat commands: Use while loops or unrolled loops instead.</ li >
119
119
< li > Windows-specific paths (e.g. < code > incsrc dir\file.asm</ code > ): Use cross-platform paths instead (< code > incsrc dir/file.asm</ code > ).</ li >
120
120
< li > < code > table</ code > command: Assign characters directly instead, like < code > 'a' = $00</ code > .</ li >
121
- < li > Labels in < code > padbyte</ code > or < code > fillbyte</ code > commands.</ li >
121
+ < li > Non-static labels in < code > padbyte</ code > or < code > fillbyte</ code > commands.</ li >
122
122
< li > < code > fastrom</ code > : Has never actually worked and can be removed.</ li >
123
123
< li > < code > header</ code > : Doesn't do anything and can be removed.</ li >
124
124
< li > Non-UTF-8 source files: Re-save your source files as UTF-8 in a text editor of choice.</ li >
You can’t perform that action at this time.
0 commit comments