Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
U
util
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mmix
util
Commits
d39f0e75
Commit
d39f0e75
authored
Sep 22, 2015
by
Martin Ruckert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverting some changes concerning filenames based on the new implementation of the FILE instruction
parent
e864e871
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
13 deletions
+0
-13
mmixlib/mmixallib.ch
mmixlib/mmixallib.ch
+0
-13
No files found.
mmixlib/mmixallib.ch
View file @
d39f0e75
...
@@ -331,19 +331,6 @@ tetra z,y,x,yz,xyz; /* pieces for assembly */
...
@@ -331,19 +331,6 @@ tetra z,y,x,yz,xyz; /* pieces for assembly */
static tetra z,y,x,yz,xyz; /* pieces for assembly */
static tetra z,y,x,yz,xyz; /* pieces for assembly */
@z
@z
The following change is new for alex, the extended mmixal
@x
f = fopen(filename[k],"rb");
if (f==NULL) {
derr("unable to open file \"%s\"",filename[k]);@+goto bypass;@+}
@y
f = fopen(file2filename(k),"rb");
if (f==NULL) {
derr("unable to open file \"%s\"",file2filename(k));@+goto bypass;@+}
@z
The main() program becomes mmixal().
The main() program becomes mmixal().
@x
@x
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment