git @ Cat's Eye Technologies Chrysoberyl / 8b7b92e
Remove Ophis. Chris Pressey 7 years ago
2 changed file(s) with 7 addition(s) and 38 deletion(s). Raw diff Collapse all Expand all
153153 # low-level things
154154 #----------------------------------------------------------------------------
155155
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
66 },
77 "husk": {
88 "url": "http://justinethier.github.io/husk-scheme/"
9 },
10
11 "Ophis Assembler": {
12 "url": "https://github.com/michaelcmartin/Ophis"
13 },
14 "Ophis": {
15 "url": "https://github.com/michaelcmartin/Ophis"
916 },
1017
1118 "BASIC": {