A tool for making your stay through "IC" a little better.

Overview

mr.r0bot-kt.v GitHub release (latest by date including pre-releases)

Mr.r0bot-kt.v is tool that handles computer logic calculations and provides a better experience through your stay at "IC".

Warning

Use mr.r0bot at your own risk, obviously im not responsible for any wrong output or miscalculation.

Execution

Linux

The native binary is provided with each release, to execute it make the file an executable with the following command:
chmod +x mr.r0bot-kt.v(version number)-linux.x
Then just execute the file with:
./mr.r0bot-kt.v(version number)-linux.x

MacOS

Im not providing the native binary for this system, therefore you will have to execute the .jar attached with each release:
java -jar mr.r0bot-kt.v(version number).jar

Windows

Same as MacOS, execute with the following command:
java -jar mr.r0bot-kt.v(version number).jar

Modules

At the moment, only two modules are available, and none of them are 100% completed.

ALU MODULE ; Handles simple ALU (Arithmetic Logic Unit) calculations.

Currently, only one functionality is supported:

  • Mnemonic to control phrase

(i.g) -> INPUT: ADD R1, R2, R3 OUTPUT:

┌────────┬────────┬────────┬────────┬────────┬────────┬────────┬───────┬───────┐
│@A      │@B      │Rb/N    │OP      │F       │In/Alu  │@D      │WrD    │N      │
├────────┼────────┼────────┼────────┼────────┼────────┼────────┼───────┼───────┤
│010     │011     │1       │00      │100     │0       │001     │1      │XXXX   │
└────────┴────────┴────────┴────────┴────────┴────────┴────────┴───────┴───────┘
Binary Chain: 010011100100000110000000000000000
Hexa Chain: 0x9C830000

SISA-I MODULE ; Handles all types of calculations regarding SISC Harvard unicycle computer

Current supported functionalities:

  • Hex to assembly
  • Binary to assembly
  • Assembly to hex
  • Assembly to control phrase

Hex to assembly (i.e) -> INPUT: 0x1559 OUTPUT:

CMPLE R3, R2, R5

Assembly to hex (i.e) -> INPUT: ADDI R5, R7, 0x20 OUTPUT:

0x2F60

Assembly to control phrase(i.e) -> INPUT: STB -3(R4), R7 OUTPUT:

┌─────┬─────┬─────┬─────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┐
│@A   │@B   │Rb/N │OP   │F   │-/i/│@D  │WrD │Wr-O│Rd-I│Wr-M│Byte│TknB│N   │ADDR│
│     │     │     │     │    │l/a │    │    │ut  │n   │em  │    │r   │    │-IO │
├─────┼─────┼─────┼─────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┼────┤
│100  │111  │0    │00   │100 │XX  │XXX │0   │0   │0   │1   │1   │0   │FFFD│XX  │
└─────┴─────┴─────┴─────┴────┴────┴────┴────┴────┴────┴────┴────┴────┴────┴────┘
Binary Chain: 10011100010000000000110111111111111110100000000
Hexa Chain: 0x4E2006FFFD00

Thanks for using mr.r0bot-kt.v!

Alt Text

You might also like...
A RS3 RSPS framework targeted at NXT, the goal is to stay up-to-date with RS3

OpenNXT - RS3 919 A RS3 RSPS framework targeted at NXT, the goal is to stay up-to-date with RS3 Discord We have a Discord server you can join! https:/

Android Application that plays music through a Spotify API based on a user's current location found through Google Maps API and also checking Google Weather API.

GeoStereo Android Application that plays music through a Spotify API based on a user's current location found through Google Maps API and also checkin

Android Library for making animated tutorials inside your app
Android Library for making animated tutorials inside your app

##SlidingTutorial Cleveroad introduces Sliding Tutorial Library for Android Hey guys, hope you haven’t started developing a tutorial for your Android

Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.
Android Shared preference wrapper than encrypts the values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.

Secure-preferences - Deprecated Please use EncryptedSharedPreferences from androidx.security in preferenced to secure-preference. (There are no active

Android Library for making animated tutorials inside your app
Android Library for making animated tutorials inside your app

##SlidingTutorial Cleveroad introduces Sliding Tutorial Library for Android Hey guys, hope you haven’t started developing a tutorial for your Android

:rocket: Ultimate Android Reference - Your Road to Become a Better Android Developer
:rocket: Ultimate Android Reference - Your Road to Become a Better Android Developer

The goal of this project is to provide a hand-picked collection of Android libraries, tools, open-source projects, books, blogs, tutorials - you name

A little more fun for the pull-to-refresh interaction.

Pull-to-Refresh.Tours This project aims to provide a simple and customizable pull to refresh implementation. Check this [project on Behance] (https://

A little animation framework which could help you to show message in a nice looking way
A little animation framework which could help you to show message in a nice looking way

TextSurface A little animation framework which could help you to show message in a nice looking way. Usage Create TextSurface instance or add it in yo

Little image processing library
Little image processing library

Poliwhirl Description This is a small image processing library done to find good color for icon background. It uses CIEDE2000 to determine what colors

[Deprecated] Little bites of Material Design

Working with shared elements Commit - 8872619 Working with shared elements, explode transition, and animations Commit - 901d62c Playing with the new m

A little animation framework which could help you to show message in a nice looking way
A little animation framework which could help you to show message in a nice looking way

TextSurface A little animation framework which could help you to show message in a nice looking way. Usage Create TextSurface instance or add it in yo

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻

BigImageViewer Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling

Neat little beginner android app for calculating restaurant tip.

TipCalAndroidApp Check it out on the playstore https://play.google.com/store/apps/details?id=com.confuseddevs.tipcal This is the first app I published

A little app that was built with Jetpack Compose
A little app that was built with Jetpack Compose

RateIt Compose 📜 Description A little app that was built with Jetpack Compose. It contains only one screen with custom animated content. The goal of

This little project provides Kotlin bindings for the popular tree-sitter library

kotlintree This little project provides Kotlin bindings for the popular tree-sitter library. Currently it only supports the Kotlin JVM target, but Kot

A blogging mobile application built with Kotlin using MVC design pattern and Take some advantage of Jetpack , View & Data Binding It's a mimic for Tumblr application , But a little prettier than him 😉
A blogging mobile application built with Kotlin using MVC design pattern and Take some advantage of Jetpack , View & Data Binding It's a mimic for Tumblr application , But a little prettier than him 😉

A blogging mobile application built with Kotlin using MVC design pattern and Take some advantage of Jetpack , View & Data Binding It's a mimic for Tum

Little utilities for more pleasant immutable data in Kotlin
Little utilities for more pleasant immutable data in Kotlin

What can KopyKat do? Mutable copy Nested mutation Nested collections Mapping copyMap copy for sealed hierarchies copy from supertypes copy for type al

Little WeatherApp for android with Kotlin, Jetpack Compose and MVVM

This project is about building an MVP weather app. Using the open API (e.g. https://openweathermap.org/api) Functionality: 1. Screen: Weather today

A small android library for tagging views inside a ScrollView as "sticky" making them stick to the top of the scroll container until a new sticky view comes and takes it's place

StickyScrollViewItems StickyScrollViewItems is a ScrollView subclass that allowed you to mark items inside the ScrollView as sticky. The items marked

Releases(v0.2.5)
Owner
null
Chat with anyone you like through the power of chatcom.

Chat with anyone you like through the power of chatcom. This app provides End-To-End Encryption so that the word doesn't leak out.

Puranjay Savar Mattas 1 Jan 25, 2022
TwitchControlsMinecraft - A mod that lets your twitch chat let things happen in your game on a specific event

Twitch Controls Minecraft A mod that lets your Twitch chat lets your twitch chat

Marcel Böcker 2 Oct 13, 2022
Qiscus provide everything you need to power up your app with chats. And it's now made simple.

Introduction Qiscus Chat SDK (Software Development Kit) is a product provided by Qiscus that enables you to embed an in-app chat/chat feature in your

Qiscus - Multichannel Conversational Platform 197 Dec 27, 2022
Notification - Notifications provide short, timely information about events in your app while it's not in use

Notification ⭐ Notifications provide short, timely information about events in y

BEYZANUR AKKUZU 1 Jan 13, 2022
NotiNotes - A simple Notes app for Android which only lives in your QS and notification panel

NotiNotes The Notes app for your notification panel. A simple Notes app for Andr

Yann 25 Dec 11, 2022
Bulletin helps you to "swipe" through your favorite events in the campus and gives you the perfect match for your better experience

Bulletin helps you to "swipe" through your favorite events in the campus and gives you the perfect match for your better experience. Right swipe to add event to your calendar and left swipe to view the next event.

GDSC Navrachana University 7 Feb 11, 2022
Attendance-Manager - Attendance Manager, a attendance recording app that helps stay at your 75% attendance

Android-Study-Jams Attendance tracker app Problem Statement: There has been a ne

Gdsc_JMI 1 Jan 9, 2022
Take beautiful markdown notes and stay organized with task lists.

Take beautiful markdown notes whenever you feel inspired. Place them in notebooks and tag them accordingly. Stay organized by making task lists, set reminders and keep everything in one place by attaching related files.

null 412 Dec 27, 2022