Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bernd Paysan
bigforth
Commits
76740ca1
Commit
76740ca1
authored
May 28, 2010
by
bp
Browse files
removed superfluous and
git-svn-id:
https://forth-ev.de/repos/bigforth@1681
3b8d8251-53f3-0310-8f3b-fd1cb8370982
parent
833e6ec5
Changes
1
Hide whitespace changes
Inline
Side-by-side
minos-base.fs
View file @
76740ca1
...
...
@@ -453,7 +453,7 @@ Code WinProc ( R: lparam wparam msg wnd ret -- result ) R:
2drop 0 THEN r> s0 ! ( u o si ret res )
>c: R: sys-sp A#) pop OP pop UP pop SI pop
$10 # ret end-code
: >lohi ( lparam -- lo hi ) dup
$FFFF and
wextend swap $10 >> ;
: >lohi ( lparam -- lo hi ) dup wextend swap $10 >> ;
: hilo> ( lo hi -- lparam ) $10 << swap $FFFF and or ;
Create Xform0 $3F800000 , 0 , 0 , $3F800000 , 0 , 0 , 0 , 0 ,
...
...
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