Remove Ophis.
Chris Pressey
7 years ago
153 | 153 | # low-level things |
154 | 154 | #---------------------------------------------------------------------------- |
155 | 155 | |
156 | Ophis Assembler: | |
157 | type: Programming Language | |
158 | genre: Production language | |
159 | paradigms: | |
160 | - Imperative | |
161 | member-of: Assembly | |
162 | generally-compiled: true | |
163 | computational-class: Finite-automata-complete | |
164 | development-stage: mature | |
165 | authors: | |
166 | - Michael C. Martin | |
167 | links: | |
168 | - 'http://hkn.eecs.berkeley.edu/~mcmartin/ophis/' | |
169 | - 'https://github.com/michaelcmartin/Ophis' | |
170 | description: | | |
171 | Ophis is an assembler for the 6502 series of microprocessors. | |
172 | Files in the Ophis assembler format often have the file extension `.oph`, | |
173 | although files written the Ophis' predecessor, P65, with the `.p65` file extension, | |
174 | will generally build with Ophis too. | |
175 | You'll need an assembler that conforms to Ophis' syntax in order | |
176 | to build executables from these files, and your best bet with that is | |
177 | probably the Ophis assembler itself. | |
178 | ||
179 | Ophis Assembler distribution: | |
180 | type: Distribution | |
181 | github: michaelcmartin/Ophis | |
182 | fixed-tag: OMIT | |
183 | ||
184 | Ophis: | |
185 | type: Implementation | |
186 | implementation-of: | |
187 | - Ophis Assembler | |
188 | implementation-type: compiler | |
189 | reference: true | |
190 | license: MIT license | |
191 | host-language: Python | |
192 | target-language: 6502 machine code | |
193 | in-distribution: Ophis Assembler distribution |