Commit Graph

  • 96386d56e3
    Implemented instruction to dump data from registers to memory master Bartłomiej Szostak 2024-06-08 17:56:45 +02:00
  • 337ed7d795
    Fixed Makefile Bartłomiej Szostak 2024-06-08 16:22:45 +02:00
  • a21b0ac725
    Implemented dumb float to bytes converter Bartłomiej Szostak 2024-06-08 16:15:21 +02:00
  • 0090dcdf93
    Fixed Makefile Bartłomiej Szostak 2024-05-18 14:49:36 +02:00
  • 30ea84ec5c
    Implemented input for Unsigned and Integer Bartłomiej Szostak 2024-05-18 14:46:34 +02:00
  • bce77d6846
    Working on taking numbers as input Bartłomiej Szostak 2024-05-03 19:15:16 +02:00
  • 9807fee8a0
    Implemented Moving numbers from memory to registers instructions Bartłomiej Szostak 2024-05-03 14:52:22 +02:00
  • 10bd1f4e9c
    Implemented reading from standard input Bartłomiej Szostak 2024-05-02 20:14:48 +02:00
  • d088328294
    Implemented writing to standard output Bartłomiej Szostak 2024-05-02 19:31:41 +02:00
  • 43c2543a95
    Implemented conditional jumping Bartłomiej Szostak 2024-05-02 18:36:36 +02:00
  • 2585629c25
    Implemented Subtraction, Multiplication and Division Bartłomiej Szostak 2024-05-02 15:36:37 +02:00
  • 0afa446b9b
    Moved some instructions around Bartłomiej Szostak 2024-05-02 15:13:49 +02:00
  • bbd3c4dea4
    Floats should work for sure now Bartłomiej Szostak 2024-05-01 18:15:50 +02:00
  • fb3ab7491c
    Added Float operations to main program Bartłomiej Szostak 2024-05-01 17:40:25 +02:00
  • 98e70c1898
    Implemented Byte to Float conversion (sort of) Bartłomiej Szostak 2024-05-01 17:16:16 +02:00
  • 3a96d2fa54
    Implemented Bits to Bytes converter and also extracting number from instructions to not pass whole instruction to function every time Bartłomiej Szostak 2024-05-01 12:48:15 +02:00
  • 26528c5f96
    Working on floats (Implemented Bytes to Bits converter) Bartłomiej Szostak 2024-04-30 19:04:48 +02:00
  • a88ebe0b5c
    Properly implemented support for integers Bartłomiej Szostak 2024-04-29 20:12:18 +02:00
  • d847f01a06
    Updated Makefile Bartłomiej Szostak 2024-04-26 18:45:38 +02:00
  • 2ffa57c9c4
    Added a Makefile Bartłomiej Szostak 2024-04-26 18:41:51 +02:00
  • 4fb070fe50
    Few changes to the source code (no new features but I'm trying to figure out numbers' workings) Bartłomiej Szostak 2024-04-25 20:03:27 +02:00
  • 000f140e8b
    Implemented add instruction (only positive integers for now) Bartłomiej Szostak 2024-04-21 16:23:29 +02:00
  • f929c99b04
    Implemented moving integer (only positive for now) to register Bartłomiej Szostak 2024-04-21 16:05:52 +02:00
  • 90b495d03a
    Implemented 2 byte long opcodes Bartłomiej Szostak 2024-04-21 14:06:20 +02:00
  • efbc5e94b3
    Implemented code execution Bartłomiej Szostak 2024-04-21 13:05:09 +02:00
  • 8897298e11
    Implemented adding file size to memory size to ensure executable always fits Bartłomiej Szostak 2024-04-21 12:24:42 +02:00
  • b7b8ce8054
    Implemented reading file into memory Bartłomiej Szostak 2024-04-20 19:35:56 +02:00
  • 9eb3ef1488
    Implemented a memory array Bartłomiej Szostak 2024-04-20 16:44:04 +02:00
  • ce51ce0b19
    Implemented checking if file even exists Bartłomiej Szostak 2024-04-20 15:30:12 +02:00
  • 4e9da4233f
    Implemented processing and validating the binary header Bartłomiej Szostak 2024-04-20 15:06:22 +02:00
  • 4b47061611
    Added LICENSE Bartłomiej Szostak 2024-04-20 13:45:16 +02:00
  • c071745152
    Lets-a-go Bartłomiej Szostak 2024-04-20 13:35:02 +02:00