Giter Site home page Giter Site logo

tis-100's People

Contributors

eviltrout avatar flipcoder avatar thiagobbt avatar zydeco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tis-100's Issues

Request: Accept arbitrary program text via command line

I'd love to utilize this to run automated tests and program scoring for TIS-100 programs. The sort of workflow I'm aiming for is:

  1. I have a series of TIS-100 programs in text format, and a set of inputs.
  2. For each program file I invoke the TIS-100 emulator, passing in a given set of inputs, giving the outputs and number of cycles.
  3. I tabulate the results to see which program was most efficient.

undefined reference to `trunc'

Building locally results in a linker error referencing trunc.

$ make
build/output.o: In function `output_program':
output.c:(.text+0x461): undefined reference to `trunc'
collect2: error: ld returned 1 exit status

trunc is located in libm in my system, requiring the addition of '-lm' in the linking phase.

I'm running glibc-2.20 and gcc 5.1.0 under Gentoo Linux.

Compilation fails under Linux mint 17.2

royal-jelly@royaljelly-MS-7693 ~/Repositories/tis-100.git/trunk $ make
gcc -std=c99 -pedantic -Wall -pedantic-errors -Wundef -Wstrict-prototypes -Wmissing-declarations -c src/program.c -o build/program.o
src/program.c:12:20: fatal error: curses.h: No such file or directory
#include "curses.h"
^
compilation terminated.
make: *** [build/program.o] Error 1

Don't understand instruction [MOVsþ]

When I run ./tis, I get the following message:

Don't understand instruction [MOVsþ�]

The characters after MOV are different each time I run it. Here's another:

Don't understand instruction [MOVý�]

I'm on Archlinux, kernel 4.1.0-1.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.