Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
GovanifY
kh2vif
Commits
ac0000cc
Commit
ac0000cc
authored
Apr 19, 2018
by
Gauvain Roussel-Tarbouriech
Browse files
Fixing the unsigned unpack commands
parent
0d92361a
Changes
1
Hide whitespace changes
Inline
Side-by-side
obj2kh2v.cpp
View file @
ac0000cc
...
...
@@ -133,7 +133,7 @@ int main(int argc, char *argv[]) {
dsm_mem
.
push_back
(
"stcycl 01, 01; We write code to memory without skips/overwrite"
);
dsm_mem
.
push_back
(
""
);
dsm_mem
.
push_back
(
"unpack[mr] S_8, 4, *; Vertex indices"
);
dsm_mem
.
push_back
(
"unpack[mr
u
] S_8, 4, *; Vertex indices"
);
while
(
getline
(
input
,
line
))
{
if
(
line
.
substr
(
0
,
2
)
==
"f "
)
{
...
...
@@ -183,7 +183,7 @@ int main(int argc, char *argv[]) {
dsm_mem
.
push_back
(
"stcycl 01, 01; We write code to memory without skips/overwrite"
);
dsm_mem
.
push_back
(
""
);
dsm_mem
.
push_back
(
"unpack[mr] S_8, 4, *; Flags"
);
dsm_mem
.
push_back
(
"unpack[mr
u
] S_8, 4, *; Flags"
);
for
(
int
i
=
0
;
i
<
face_count
;
i
++
)
{
dsm_mem
.
push_back
(
".byte 0x10; stock"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment