TIS-100: An emulator for a CPU that doesn't exist
eviltrout.com
TIS-100: An emulator for a CPU that doesn't exist
1–10 of 38 posts
Re: TIS-100: An emulator for a CPU that doesn't exist
#2Re: TIS-100: An emulator for a CPU that doesn't exist
#3Re: TIS-100: An emulator for a CPU that doesn't exist
#4Re: TIS-100: An emulator for a CPU that doesn't exist
#5Re: TIS-100: An emulator for a CPU that doesn't exist
#6Remember that notch's silly space game with a simulated processor and the huge influx of emulators and whatnot after the announcement?
Re: TIS-100: An emulator for a CPU that doesn't exist
#7Re: TIS-100: An emulator for a CPU that doesn't exist
#8(I get a bunch of errors on OS X unless I change "CC=gcc" to "CC=clang", btw)
Re: TIS-100: An emulator for a CPU that doesn't exist
#9I too wrote a TIS-100 simulator in C ( https://github.com/hthh/tis100sim ) - it's interesting to compare styles. (I get a bunch of errors on OS X unless I change "CC=gcc" to "CC=clang", btw)
Here's my output of `gcc --version` on OS X 10.10:
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn)
Target: x86_64-apple-darwin14.3.0
Thread model: posix
edit: also, should've said that's really cool and thanks for posting your source code.Re: TIS-100: An emulator for a CPU that doesn't exist
#10I too wrote a TIS-100 simulator in C ( https://github.com/hthh/tis100sim ) - it's interesting to compare styles. (I get a bunch of errors on OS X unless I change "CC=gcc" to "CC=clang", btw)
That gcc error is strange, since I think in the recent versions of OS X gcc is just an aliases for clang. Here's my output of `gcc --version` on OS X 10.10: Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) Target: x86_64-apple-darwin14.3.0 Thread model: posix edit: also, should've s…
gcc: warning: couldn't understand kern.osversion '14.3.0
gcc (GCC) 4.8.2
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.