diff --git a/readme.md b/readme.md deleted file mode 120000 index 0d79d56..0000000 --- a/readme.md +++ /dev/null @@ -1 +0,0 @@ -readme.txt \ No newline at end of file diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e54402d --- /dev/null +++ b/readme.md @@ -0,0 +1,17 @@ +EMU51 (Mariusz Kasolik) - Modifications done by TRAPIER Manoel (godzil@free.fr) +------------------------------------------------------------------------------- + +Source file (platform independed) +--------------------------------- + +Emulator accepts *.bin, *.hex files. +You can also compile source file by using external compiler, emu51 is compatible with +free 8051 compiler by MetaLink Corporation (http://www.metaice.com/ASM51/Files/ASM51.zip). +Just put asm51.exe into this directory and use Shift+F9 key combination to compile and load source file (only windows :-( ). +I'm still searching multiplatform 8051 assembler compiler for emu51, because i want to add full compilation support for all supported platforms. + + +You can find history in the file of the same name. + + - Compilation has been tested with VisualStudio 6 using latest (4.1.9) allegro library. + - Compilation tested too with DJGPP with GCC 3.2.1 and allegro 4.1.9 \ No newline at end of file diff --git a/readme.txt b/readme.txt deleted file mode 100644 index a31b531..0000000 --- a/readme.txt +++ /dev/null @@ -1,14 +0,0 @@ -EMU51 (Mariusz Kasolik) - Modifications done by TRAPIER Manoel (godzil@free.fr) -Source file (platform independed) - -Emulator accepts *.bin, *.hex files. -You can also compile source file by using external compiler, emu51 is compatible with -free 8051 compiler by MetaLink Corporation (http://www.metaice.com/ASM51/Files/ASM51.zip). -Just put asm51.exe into this directory and use Shift+F9 key combination to compile and load source file (only windows :-( ). -I'm still searching multiplatform 8051 assembler compiler for emu51, because i want to add full compilation support for all supported platforms. - - -You can find history in the file of the same name. - - - Compilation has been tested with VisualStudio 6 using latest (4.1.9) allegro library. - - Compilation tested too with DJGPP with GCC 3.2.1 and allegro 4.1.9 \ No newline at end of file diff --git a/readme.txt b/readme.txt new file mode 120000 index 0000000..0d79d56 --- /dev/null +++ b/readme.txt @@ -0,0 +1 @@ +readme.txt \ No newline at end of file