-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from Goteer/master
Add MSX88 sim's language
- Loading branch information
Showing
5 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Fichero Ejecutable!! | ||
|
||
100023774F774F2020202020202020202020202020202020202020202020202020202020202020 | ||
102323202020202020202020202020202020202020202020202020202020202020202020202020 | ||
1046233020202A4E6F74696365732042756C67652A202020202020202020202020202020202020 | ||
1069235F20202020205F5F20202020202020205F5F5F20202020202020202020205F202020205F | ||
108C235020202020202020205F2020205F20202020205F2020202020205C205C2020202020202F | ||
10AF230D202F207C5F5F2020205F5F205F7C207C5F20282029205F5F5F20207C207C5F7C207C5F | ||
10D223655F20285F29205F5F5F20205C205C202F5C202F202F7C20275F205C202F205F5C607C20 | ||
10F523725F5F7C2F2F202F205F5F7C207C205F5F7C20275F205C7C207C2F205F5F7C20205C2056 | ||
1118230D202056202F207C207C207C207C20285F7C207C207C5F202020205C5F5F205C207C207C | ||
113B23005F7C207C207C207C207C5C5F5F205C2020205C5F2F5C5F2F20207C5F7C207C5F7C5C5F | ||
115E23235F2C5F7C5C5F5F7C2020207C5F5F5F2F205C5F5F5F7C5F7C207C5F7C5F7C2F5F5F5F2F | ||
1181012020 | ||
20001335B037BB0010CD0781C3370081FB811175F4CD00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
100077234F774F2020202020202020202020202020202020202020202020202020202020202020 | ||
102320232020202020202020202020202020202020202020202020202020202020202020202020 | ||
1046302320202A4E6F74696365732042756C67652A202020202020202020202020202020202020 | ||
10695F2320202020205F5F20202020202020205F5F5F20202020202020202020205F202020205F | ||
108C502320202020202020205F2020205F20202020205F2020202020205C205C2020202020202F | ||
10AF0D23202F207C5F5F2020205F5F205F7C207C5F20282029205F5F5F20207C207C5F7C207C5F | ||
10D265235F20285F29205F5F5F20205C205C202F5C202F202F7C20275F205C202F205F5C607C20 | ||
10F572235F5F7C2F2F202F205F5F7C207C205F5F7C20275F205C7C207C2F205F5F7C20205C2056 | ||
11180D23202056202F207C207C207C207C20285F7C207C207C5F202020205C5F5F205C207C207C | ||
113B00235F7C207C207C207C207C5C5F5F205C2020205C5F2F5C5F2F20207C5F7C207C5F7C5C5F | ||
115E23235F2C5F7C5C5F5F7C2020207C5F5F5F2F205C5F5F5F7C5F7C207C5F7C5F7C2F5F5F5F2F | ||
1181200120 | ||
20003513B037BB0010CD0781C3370081FB811175F4CD00 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
ORG 1000H | ||
MSG DB "OwO " | ||
DB " *Notices Bulge* " | ||
DB "__ ___ _ _ _ _ _ " | ||
DB "\ \ / / |__ __ _| |_ ( ) ___ | |_| |__ (_) ___ " | ||
DB " \ \ /\ / /| '_ \ / _\`| __|// / __| | __| '_ \| |/ __|" | ||
DB " \ V V / | | | | (_| | |_ \__ \ | |_| | | | |\__ \" | ||
DB " \_/\_/ |_| |_|\__,_|\__| |___/ \___|_| |_|_|/___/" | ||
MSG_END DB ? | ||
|
||
ORG 2000H | ||
|
||
MOV AL,55 | ||
MOV BX,OFFSET MSG | ||
|
||
LOOP:INT 7 | ||
ADD BX,55 | ||
CMP BX,OFFSET MSG_END | ||
JNZ LOOP | ||
INT 0 | ||
END |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Read me | ||
|
||
MSX88.exe is a simulator used for education to "teach assembly". | ||
[Illustration of program](OwO.png) | ||
|
||
To run it, enter "l OWO.EJE" to load it, and then enter "G" to start it. | ||
If you enter "+r" before running it, it will run as fast as it can. | ||
|
||
|
||
# Permission to distribute MSX88.exe | ||
|
||
"MSX88 ofrece una distribución gratuita, para estudiantes e instituciones sin ánimo de lucro, vía internet y también se da servicio de mantenimiento y consulta 'on line', igualmente por internet." | ||
|
||
Translation: | ||
|
||
"MSX88 is to be freely distributed, for non-profit students and institutions, via the internet, and maintenance and enquiries are answered 'on line', equally via the internet." | ||
|
||
From "BREVE MANUAL DE MSX88" by Rubén de Diego Martínez (Short manual for MSX88) | ||
Belongs to "UNIVERSIDAD POLITÉCNICA DE MADRID, E.U.I.T. TELECOMUNICACIÓN, DEPARTAMENTO DE INGENIERÍA Y ARQUITECTURAS TELEMÁTICAS" |