mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
fix dangling space, mention .union in test comment
This commit is contained in:
parent
0d74b84ce4
commit
6cb8717c24
@ -4089,7 +4089,7 @@ See: <tt><ref id=".ASCIIZ" name=".ASCIIZ"></tt>,<tt><ref id=".BYTE" name=".BYTE"
|
|||||||
Allocate space for a struct or union. This is equivalent to
|
Allocate space for a struct or union. This is equivalent to
|
||||||
<tt><ref id=".RES" name=".RES"></tt> with the
|
<tt><ref id=".RES" name=".RES"></tt> with the
|
||||||
<tt><ref id=".SIZEOF" name=".SIZEOF"></tt> of a struct.
|
<tt><ref id=".SIZEOF" name=".SIZEOF"></tt> of a struct.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
; test .struct feature
|
; test .struct and .union features
|
||||||
|
|
||||||
.code
|
.code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user