Skip to content

ArturGogiyan/forthress_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Here is some information about written words.

isodd ( num -- bool )

return 0 if the value is even, else 1.

isprime ( num -- addr )

return address of a cell which concains 1 if the pushed number is prime,0 otherwise.

alloc( value -- addr )

allocate 8-bit memory location and write value into that.

concat( addr addr -- addr )

return a conсatenation of 2 null terminated strings. String which address are in a top of stack will be first in the returned string.

isprimary( num -- addr )

return 1 if the pushed number is primary, else 0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages