User Tools

Site Tools


sjasm-42c

This is an old revision of the document!


Compilation of sjasm 42c under Linux

patch by mborik

sjasm.h @ line 69
...
  #include <time.h>
  #include <list>
  #include <stack>
  #include <vector>
  #include <sstream>
  #include <iostream>
+ #include <string>
+ #include <stdio.h>
+ #include <stdlib.h>
+ #include <memory.h>
...
reader.cpp @ line 79
...
+ void skipblanks(string &p) {
- inline void skipblanks(string &p) {
    int pos=(int)p.find_first_not_of(' ');
    if (pos==string::npos) p.clear();
    else p=p.substr(pos);
  }
...

Navigation: asm . compilation . linux . back to start

sjasm-42c.1390902612.txt.gz · Last modified: 2014/01/28 10:50 by darkbyte