(Tim) Efthimis Kritikos Efthimis
Efthimis pushed to master at Efthimis/First 2024-02-14 17:15:16 +00:00
15b385876c CPU: Added floating point multiplication and division
Efthimis pushed to master at Efthimis/First 2024-02-14 14:23:17 +00:00
7383811892 ASM: Added support for empty lines... ...and comments on those empty lines
Efthimis pushed to master at Efthimis/First 2024-02-14 14:03:11 +00:00
35588a07c8 CPU: Added support for reading into registers from indirect memory access with register
Efthimis pushed to master at Efthimis/First 2024-02-14 12:57:22 +00:00
d643dc3e55 ASM: Added support for defining arbitrary double-words
Efthimis pushed to master at Efthimis/First 2024-02-14 02:51:05 +00:00
d8c50156a8 ASM: Fixed potential bug in the assembler's parser
Efthimis pushed to master at Efthimis/First 2024-02-14 02:45:44 +00:00
79577d7b4e Project: fixed some warnings from other compilers
Efthimis pushed to master at Efthimis/First 2024-02-14 02:42:39 +00:00
ed415511dc GUI: Added a vector graphics display using braille characters to form a frame buffer in the terminal window
Efthimis pushed to master at Efthimis/First 2024-02-13 22:37:50 +00:00
591d07f478 CPU,ASM: Added support for writing to register indirect locations and mapper the temrinal into the address space
Efthimis pushed to master at Efthimis/First 2024-02-13 21:28:51 +00:00
fe1bcfb471 GUI: Added terminal output window
Efthimis pushed to master at Efthimis/First 2024-02-12 19:42:36 +00:00
966a0eee14 CPU: Added support for PUSH and POP and fixed CALL and RET
Efthimis pushed to master at Efthimis/First 2024-02-12 17:51:26 +00:00
4863db36ee ASM: Added support for labels in the assembler
Efthimis pushed to master at Efthimis/First 2024-02-12 15:16:03 +00:00
41fed482fe GUI: Added display of PC and SP to the registers window
Efthimis pushed to master at Efthimis/First 2024-02-12 14:16:51 +00:00
deed349cd1 CPU: Moved the PC and SP registers into the registers_t struct
Efthimis pushed to master at Efthimis/First 2024-02-12 13:43:23 +00:00
2579d6974c CPU: Added support for CALL, RET and setting the stack pointer
Efthimis pushed to master at Efthimis/9086 2024-02-11 04:36:04 +00:00
c527a053a6 Peripherals/ascii_to_HD44780_driver: Added support for the \e[H and \e[2J escape codes to clear the screen after the i2c_bootloader is done
Efthimis pushed to master at Efthimis/9086 2024-02-10 22:35:42 +00:00
aac55f7038 I2C_BOOTLOADER: Added support for error handling
Efthimis pushed to master at Efthimis/9086 2024-02-10 19:42:31 +00:00
a8c29aff9b I2C_BOOTLOADER: Several fixes and a 4.5x performance increase as well as the addition of 16bit reads from the I2C_driver
Efthimis pushed to master at Efthimis/9086 2024-02-10 15:52:24 +00:00
be402aa8f7 Project: updated copyright notices and README and fixed a few spelling mistakes
Efthimis pushed to master at Efthimis/9086 2024-02-09 23:31:45 +00:00
1966ab78b4 Peripherals/I2C: Added a CPU I2C driver and wrote a bootloader that uses that to boot from an I2C eeprom
Efthimis pushed to master at Efthimis/First 2024-02-07 00:34:53 +00:00
1e04a7ab0d CMD_LINE: Fixed handling of missing input file