We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Assemblyfuck
Jump to navigation
Jump to search
AssemblyFuck is a language made by User:asdf and is a version of brainfuck that uses assembler-like words instead of symbols.
Specification and instructions
There are 6 instructions:
ADD <VALUE> ,<TARGET> Adds a value to the cell numbered as... SUB <VALUE> ,<TARGET> Subtracts a value from the cell numbered as... MOV <VALUE>, <TARGET> Moves the object to the target. CMP <CELL NUMBER>,<NNUMBER>Compares the cell with a number. JE <TAG> Jumps to the tag if CMP is equal. JNE <TAG> Jumps to the tag if CMP is unequal.
Valid tags
Targets:
...
Hello World
implementations
python
compiler made by Baldibacak (talk) https://github.com/serpentis64/Assemblyfuck/tree/main