FlatAssembler
I studied computer engineering at FERIT (Faculty of Electrical Engineering, Computer Science and Information Technology Osijek).
FERITDonji Miholjac
Pinned Repositories
AECforWebAssembly
A port of ArithmeticExpressionCompiler from x86 to WebAssembly, so that the programs written in the language can run in a browser. The compiler has been rewritten from JavaScript into C++.
ArithmeticExpressionCompiler
A compiler for my own simple low-level programming language, built in JavaScript using the Duktape framework. Produces code compatible with FlatAssembler. Superseded by AECforWebAssembly.
EtymologyGame
A web-game about historical linguistics.
FlatAssembler
Config files for my GitHub profile.
FlatAssembler.github.io
My website
Labyrinth
A simple game I made in SmallBasic when I was 8th grade.
Notes-To-WAV-converter
A program that converts musical notes stored in a text file into WAV files. I know this is not a good Git repository.
PicoBlaze_Simulator_for_Android
A port of the PicoBlaze Simulator in JavaScript, so that it can run offline on Android.
PicoBlaze_Simulator_in_JS
Simulator (more accurately: an assembler and an emulator) for Xilinx PicoBlaze, runnable in a browser. That is my Bachelor thesis.
SVG-Pacman
An SVG Pacman, scripted in JavaScript and PHP.
FlatAssembler's Repositories
FlatAssembler/AECforWebAssembly
A port of ArithmeticExpressionCompiler from x86 to WebAssembly, so that the programs written in the language can run in a browser. The compiler has been rewritten from JavaScript into C++.
FlatAssembler/PicoBlaze_Simulator_in_JS
Simulator (more accurately: an assembler and an emulator) for Xilinx PicoBlaze, runnable in a browser. That is my Bachelor thesis.
FlatAssembler/ArithmeticExpressionCompiler
A compiler for my own simple low-level programming language, built in JavaScript using the Duktape framework. Produces code compatible with FlatAssembler. Superseded by AECforWebAssembly.
FlatAssembler/FlatAssembler.github.io
My website
FlatAssembler/Notes-To-WAV-converter
A program that converts musical notes stored in a text file into WAV files. I know this is not a good Git repository.
FlatAssembler/SVG-Pacman
An SVG Pacman, scripted in JavaScript and PHP.
FlatAssembler/FlatAssembler
Config files for my GitHub profile.
FlatAssembler/PicoBlaze_Simulator_for_Android
A port of the PicoBlaze Simulator in JavaScript, so that it can run offline on Android.
FlatAssembler/EtymologyGame
A web-game about historical linguistics.
FlatAssembler/Labyrinth
A simple game I made in SmallBasic when I was 8th grade.
FlatAssembler/Road_in_Kodu
A game I made in Kodu long ago.
FlatAssembler/SimpleCalculator
A JavaScript calculator built around the Rhino framework and using Swing graphics.