This is the Linux app named MindF*ck whose latest release can be downloaded as MindF_ck[1.1].zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named MindF*ck with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
MindF*ck
Ad
DESCRIPTION
A dialect of BF that on top of the original BF command set and principles, adds functionality for using addresses, splitting threads, moving throughout the code (read: subroutines), and the ability to insert values in the code itself easier.The command list is as follows:
//////////////////////
//BrainF*ck Commands
//////////////////////
> Shift right
< Shift left
+ Inc
- Dec
[ Start while if nonzero
] End while - break if zero (Jump to address if nonzero)
. Read char
, Get char
/////////////////////
//MindF*ck Commands
/////////////////////
# Get Int
$ Read Int
( Store address
) Pop address
{ Copy value to address
} Retrieve value at address
"" Insert string - overwrites its length
:: Insert binary num
^ Jump to address in code
| Split thread at code address
! Ends process
/////
//1.1
/////
_ Inserts memory address into memory
& Jumps to memory address
@ Inserts code address into memory
Audience
Advanced End Users, Developers, End Users/Desktop
User interface
Console/Terminal
This is an application that can also be fetched from https://sourceforge.net/projects/mindfck/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.