All Projects → AntKrotov → oberon-07-compiler

AntKrotov / oberon-07-compiler

Licence: BSD-2-Clause license
Oberon-07 compiler for x64 (Windows, Linux), x86 (Windows, Linux, KolibriOS), MSP430x{1,2}xx, STM32 Cortex-M3

Programming Languages

Batchfile
5799 projects
Makefile
30231 projects

Projects that are alternatives of or similar to oberon-07-compiler

X64dbg
An open-source x64/x32 debugger for windows.
Stars: ✭ 37,825 (+83955.56%)
Mutual labels:  x64, x86-64, x86
Distorm
Powerful Disassembler Library For x86/AMD64
Stars: ✭ 829 (+1742.22%)
Mutual labels:  x64, x86-64, x86
peekaboo
An standalone execution trace library built on DynamoRIO.
Stars: ✭ 17 (-62.22%)
Mutual labels:  x86-64, x86, amd64
Asm Cli
Interactive shell of assembly language(X86/X64) based on unicorn and keystone
Stars: ✭ 211 (+368.89%)
Mutual labels:  x64, x86-64, x86
X86 Bare Metal Examples
Dozens of minimal operating systems to learn x86 system programming. Tested on Ubuntu 17.10 host in QEMU 2.10 and real hardware. Userland cheat at: https://github.com/cirosantilli/linux-kernel-module-cheat#userland-assembly ARM baremetal setup at: https://github.com/cirosantilli/linux-kernel-module-cheat#baremetal-setup 学习x86系统编程的数十个最小操作系统。 已在QE…
Stars: ✭ 3,985 (+8755.56%)
Mutual labels:  x64, x86-64, x86
Beelzebub
The Lord of Flies - A hobby operating system
Stars: ✭ 24 (-46.67%)
Mutual labels:  x64, x86-64, x86
kasm
Assembler library for Kotlin
Stars: ✭ 40 (-11.11%)
Mutual labels:  x64, x86-64, x86
x86e
A simple x86 emulator, debugger, and editor in JavaScript.
Stars: ✭ 89 (+97.78%)
Mutual labels:  x86-64, x86, amd64
Reloaded.Assembler
Minimal .NET wrapper around the simple, easy to use Flat Assembler written by Tomasz Grysztar. Supports both x64 and x86 development.
Stars: ✭ 17 (-62.22%)
Mutual labels:  x64, x86-64, x86
Capstone.NET
.NET Core and .NET Framework binding for the Capstone Disassembly Framework
Stars: ✭ 108 (+140%)
Mutual labels:  x64, x86-64, x86
profiler-api
The portable version of JetBrains profiler API for .NET Framework / .NET Core / .NET / .NET Standard / Mono
Stars: ✭ 21 (-53.33%)
Mutual labels:  x64, x86-64, x86
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+1717.78%)
Mutual labels:  x64, x86-64, x86
Labeless
Labeless is a multipurpose IDA Pro plugin system for labels/comments synchronization with a debugger backend, with complex memory dumping and interactive Python scripting capabilities.
Stars: ✭ 378 (+740%)
Mutual labels:  x64, x86-64, x86
Asm
Assembly Tutorial for DOS
Stars: ✭ 125 (+177.78%)
Mutual labels:  x64, x86-64, x86
Iced
Blazing fast and correct x86/x64 disassembler, assembler, decoder, encoder for .NET, Rust, Python, JavaScript
Stars: ✭ 1,102 (+2348.89%)
Mutual labels:  x64, x86
Evoasm.rb
An AIMGP (Automatic Induction of Machine code by Genetic Programming) engine
Stars: ✭ 91 (+102.22%)
Mutual labels:  x64, x86-64
Inline Hook
simple inline-hook framework works for x86, x64, arm and thumb
Stars: ✭ 102 (+126.67%)
Mutual labels:  x64, x86
Onednn
oneAPI Deep Neural Network Library (oneDNN)
Stars: ✭ 2,600 (+5677.78%)
Mutual labels:  x64, x86-64
Pwnshop
Exploit Development, Reverse Engineering & Cryptography
Stars: ✭ 167 (+271.11%)
Mutual labels:  x64, x86
X86reference
X86 Opcode and Instruction Reference: http://ref.x86asm.net
Stars: ✭ 159 (+253.33%)
Mutual labels:  x64, x86

Oberon-07 compiler

Oberon-07 compiler for x64 (Windows, Linux), x86 (Windows, Linux, KolibriOS), MSP430x{1,2}xx, STM32 Cortex-M3

Links

obGraph

[en]Test graphics possibility
[ru]Тест графических возможностей

additional-modules

[en]Additional modules
[ru]Дополнительные модули

Цели сборки

Linux

make              # Собирает компилятор под Linux x64
make lin64        # -//-
make lin32        # Собирает компилятор под Linux x32
make lin64sample1 # Собирает и запускает пример-1 под Linux x64
make lin64sample2 # Собирает и запускает пример-2 под Linux x64
make win64        # Собирает компилятор под Windows x64
make win32        # Собирает компилятор под Windows x32
make kos          # Собирает компилятор под KolibriOS
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].