- drop commented out functions, they're in others.fs already

- fix another stack diagram typo


git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@621 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2009-11-20 18:54:38 +00:00
parent 51fb2e19c3
commit c10134fb2d

View File

@@ -53,7 +53,7 @@ cell /x = constant 64bit?
unaligned-x@ \ for now
;
: x! ( oaddr o -- )
: x! ( o oaddr -- )
unaligned-x! \ for now
;
@@ -65,22 +65,6 @@ cell /x = constant 64bit?
x!
;
\ : rx@ ( oaddr - o )
\ compile? if
\ h# 22e get-token if compile, else execute then
\ else
\ h# 22e get-token drop execute
\ then
\ ; immediate
\ : rx! ( o oaddr -- )
\ compile? if
\ h# 22f get-token if compile, else execute then
\ else
\ h# 22f get-token drop execute
\ then
\ ; immediate
: x, ( o -- )
here /x allot x!
;