An open API service providing repository metadata for many open source software ecosystems.

gitlab.com topics: assembler

William-maillard/ujm_l2_s3_ue_architecture_des_ordinateurs

réaliser un programme qui vérifie qu'une chaine de parenthèses est bien parenthésé en assembleur x86.

Last synced at: about 1 year ago - Stars: 0 - Forks: 0

sudw1n/hackassembler

An assembler for the Hack machine language, written in C++.

Last synced at: almost 2 years ago - Stars: 1 - Forks: 0

moseschmiedel/masm

Assembler for a self-made simulated CPU as part of university course "Mikroprogrammierung und Mikroprozessoren" at HTWK Leipzig.

Last synced at: almost 2 years ago - Stars: 0 - Forks: 0

quantr/toolchain/Assembler

x86 and RISC-V assembler

Last synced at: almost 2 years ago - Stars: 5 - Forks: 0

b4works/mpm

The [M]ultiple [P]rocessor [M]odule Assembler is a cross-platform command line tool implemented in Ansi C99, executing on any desktop OS, supporting compilation of Intel 8080, Zilog Z80 / Z80N (ZX Spectrum Next FPGA) / Z180 / Z380 CPU assembly source code.

Last synced at: about 2 years ago - Stars: 3 - Forks: 2

olyanemova36/assembly

Assembler labs by Nemova Olga (B19-525) NRNU MEPhI, Moscow, 2021

Last synced at: about 2 years ago - Stars: 1 - Forks: 0

olyanemova36/raid-5-emulate

MCU architecture labs by Nemova Olga (B19-525) NRNU MEPhI, Moscow, 2022

Last synced at: about 2 years ago - Stars: 1 - Forks: 0

The_Gentleman83/University

Some exercises from my time at the university...

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

lihogub/assembly-language

Assembly language. NASM. 64-bit.

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

ken_lo/risc-v_modular_assembler

Minimalist modular assembler for RISC-V. ISA extensions can be added/modified easily through csv files.

Last synced at: almost 3 years ago - Stars: 0 - Forks: 0

quantr/AsmWeb

Web portal - for assembler research https://www.quantr.foundation/assembler-tool

Last synced at: about 2 years ago - Stars: 0 - Forks: 0

juli-n/snake-arm-assembler

Last synced at: about 2 years ago - Stars: 1 - Forks: 0

ChloeLunn/LingualC

Simple C/B-like programming language to run partially interpreted on a platform-independent virtual machine. This project includes both a compiler and a POSIX-ish VM. Basically just C, but simplified and more spelled-out

Last synced at: about 2 years ago - Stars: 0 - Forks: 0

elbosso/ultimaterisc

This project was inspired by The Ultimate RISC. It is currently the simulation of the minimal thinkable RISC

Last synced at: about 2 years ago - Stars: 0 - Forks: 0

javigs/test_massive_sum

Exercice searching a very fast code to sum up a huge float array. Trying with AVX intrinsics instructions.

Last synced at: almost 3 years ago - Stars: 0 - Forks: 0

vizeldim/computer-structure-and-architecture-course

Last synced at: about 2 years ago - Stars: 0 - Forks: 0

lukasjoc/bitmachine

Bitmachine is a 32 Bit ISA, Assembler and Emulator

Last synced at: almost 3 years ago - Stars: 1 - Forks: 0

xitowzys/isu-applied-computer-science/Arithmetic-mean-and-square-root

🔬 Find the arithmetic mean and the square root [👨‍🏫 Teacher: Киселев Александр Викторович] {5️⃣ Semester} (Theory and practice of programming languages)

Last synced at: almost 3 years ago - Stars: 0 - Forks: 0

xitowzys/isu-applied-computer-science/Asm-Practice-1

🔁 Text reverse [👨‍🏫 Teacher: Киселев Александр Викторович] {5️⃣ Semester} (Theory and practice of programming languages)

Last synced at: almost 3 years ago - Stars: 0 - Forks: 0

xitowzys/isu-applied-computer-science/Asm-Practice-2

🛢 A bundle of tasks for the assembler [👨‍🏫 Teacher: Киселев Александр Викторович] {5️⃣ Semester} (Theory and practice of programming languages)

Last synced at: almost 3 years ago - Stars: 0 - Forks: 0

xitowzys/algorithms/algorithms-and-microcontrollers-test

📚 Algorithms and microcontrollers test

Last synced at: almost 3 years ago - Stars: 0 - Forks: 0

oxkhar/curso-ensamblador

Last synced at: about 2 years ago - Stars: 0 - Forks: 0

weinholt/machine-code

Assemblers, disassemblers, & ELF stuff

Last synced at: over 2 years ago - Stars: 1 - Forks: 1

mraureliusr/z80-asm

A fork of z80-asm, from http://wwwhomes.uni-bielefeld.de/achim/z80-asm.html

Last synced at: about 2 years ago - Stars: 0 - Forks: 0

AlexanderMishutkin/abc

Домашняя работа по АВС на ассемблере Интерес представляет папка MicroProject

Last synced at: about 2 years ago - Stars: 0 - Forks: 0

DPDmancul/tiny-assembly-interpreter

A simple Tiny Assembler Interpreter written in C

Last synced at: about 2 years ago - Stars: 1 - Forks: 0

Neui/wla-dx

Mirror of a fork to test some things. Fork: https://github.com/Neui/wla-dx ; Original: https://github.com/vhelin/wla-dx

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

hamsterjam/leek

Computation from scratch. No dependencies, not even hardware.

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

noop/Cavelib

A collection of routines for developing C64 software using Kick Assembler.

Last synced at: over 2 years ago - Stars: 3 - Forks: 1

TheOuterLinux/AssemblerLanguage

A place to put Assembler-type stuff

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

alexmart1989/assembler

The project contains examples assembler codes

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

bbrakefield/Generate-Primes

Assembler program that uses parts of sieve program to generate prime numbers and display them.

Last synced at: over 2 years ago - Stars: 0 - Forks: 0

gmarciani/assimply

The assembly made simple!

Last synced at: over 2 years ago - Stars: 1 - Forks: 0