Skip to content

Commit

Permalink
implemented UNLOOP.
Browse files Browse the repository at this point in the history
  • Loading branch information
chengchangwu committed Sep 26, 2010
1 parent 006010e commit 47dac2d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jonesforth.S
Original file line number Diff line number Diff line change
Expand Up @@ -2311,6 +2311,10 @@ interpret_is_lit:
lodsl
NEXT

defcode "UNLOOP", 6,,UNLOOP
lea 8(%ebp),%ebp
NEXT

/*
ODDS AND ENDS ----------------------------------------------------------------------

Expand Down

0 comments on commit 47dac2d

Please sign in to comment.