Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Peter Fidelman
Frustration
Commits
81bc8817
Commit
81bc8817
authored
May 30, 2022
by
Peter Fidelman
Browse files
Fixed an incorrect stack comment where an "a" just vanished (thanks /u/bagtowneast)
parent
46061b38
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
81bc8817
...
...
@@ -1919,7 +1919,7 @@ but ours isn't, so we are fine.
AND
,
/* ( n a old-highbyte ) r: ( caller ) */
SWP
,
TOR
,
/* ( n old-highbyte ) r: ( caller a ) */
OR
,
/* ( new-n ) r: ( caller a ) */
RTO
,
/* ( new-n
)
r: ( caller ) */
RTO
,
/* ( new-n
a )
r: ( caller ) */
ST
,
/* ( ) r: ( caller ) */
RET
);
```
...
...
frustration.rs
View file @
81bc8817
...
...
@@ -1816,7 +1816,7 @@ fn build_dictionary(c: &mut Core) {
AND
,
/* ( n a old-highbyte ) r: ( caller ) */
SWP
,
TOR
,
/* ( n old-highbyte ) r: ( caller a ) */
OR
,
/* ( new-n ) r: ( caller a ) */
RTO
,
/* ( new-n
)
r: ( caller ) */
RTO
,
/* ( new-n
a )
r: ( caller ) */
ST
,
/* ( ) r: ( caller ) */
RET
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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