Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MSX88 sim's language #64

Merged
merged 1 commit into from
Oct 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions MSX88/OWO.EJE
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
13 changes: 13 additions & 0 deletions MSX88/OWO.O
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
21 changes: 21 additions & 0 deletions MSX88/OwO.asm
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
Binary file added MSX88/OwO.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions MSX88/Readme.md
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"