Skip to content

Commit

Permalink
Refactoring: Inform about new feature in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mkostoevr authored Apr 21, 2020
1 parent 51eb60b commit 6dd1b45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ List of performing optimiations:
OBFMC Can generate 8086 and i386 machine code. It allows to build apps for:
* 16 bit DOS (.com)
* 32 bit KolibriOS (.kex)
* 32 bit Windows (.exe)

OBFMC also supports translation into another programming languages:
* C

## Why Multi?

Because you can generate code for whatever supported platform in whatever platform where the compiler works. In one execution! (```obfmc hello.bf --kos32 --dos16 --c```)
Because you can generate code for whatever supported platform in whatever platform where the compiler works. In one execution! (```obfmc hello.bf --win32 --kos32 --dos16 --c```)

0 comments on commit 6dd1b45

Please sign in to comment.