Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Document the new operation
  • Loading branch information
oshaboy authored Aug 20, 2023
1 parent f15d72d commit d619c96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ S - pop(f) a null terminated string and create a C String out of it then push(p)
T - pop(p) char * , then pop(p) dynamic library pointer, then push(p) a symbol from the library, reflect on error. (dlsym)
U - pop(p) dynamic library pointer and close it, reflect on error. (dlclose)
W - pop(f) index, then pop(p) C array pointer then push(f) the word in the array at that index.
X - pop(f) index, then data then pop(p) C array pointer and insert the data into the array.
Y - swap two pointers on pointer stack.

0 comments on commit d619c96

Please sign in to comment.