typo in the doc corrected, tabs adjusted
git-svn-id: svn://svn.cc65.org/cc65/trunk@5964 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1694,7 +1694,7 @@ either a string or an expression.
|
|||||||
<tscreen><verb>
|
<tscreen><verb>
|
||||||
.struct Point ; Struct size = 4
|
.struct Point ; Struct size = 4
|
||||||
xcoord .word
|
xcoord .word
|
||||||
xcoord .word
|
ycoord .word
|
||||||
.endstruct
|
.endstruct
|
||||||
|
|
||||||
P: .tag Point ; Declare a point
|
P: .tag Point ; Declare a point
|
||||||
|
|||||||
Reference in New Issue
Block a user