- 28b4cb1 Correct the calculation of auxiliary carry flag in implementation of ADD, ADC, SUB, SBB, ANA, CMP and INR instructions by WHR · 15 minutes ago master
- fc6cee5 Print the 5 individual status flags instead of the value of whole FLAGS variable, when printing registers; make 'PUSH PSW' instruction always setting bit 1 for the flags byte by WHR · 2 days ago
- bf68d9d Workaround a bug of bash 'read' command by WHR · 3 days ago
- 7449a70 Change environment variable 'I8080ASH_USE_STTY_MIN_TIME' to 'I8080ASH_USE_STTY_MIN' that enables a workaround for some operating systems by WHR · 4 days ago
- 6aaba37 Recognize environment variables 'I8080ASH_ASSUME_NONBLOCK_STDIN' and 'I8080ASH_USE_STTY_MIN_TIME' by WHR · 5 days ago
- 90f5e3b Document the newly added configuration environment variables in README.md by WHR · 5 days ago
- 15029d9 Recognize 'I8080ASH_PRINT_REGISTERS_ON_HALT' environment variable as an alias for 'PRINT_REGISTERS_ON_HALT' by WHR · 5 days ago
- ef30f02 Pass the non-standard 'iflag=nonblock' operand to dd(1) to read single input key without blocking, if 'I8080ASH_USE_DD_IFLAG_NONBLOCK' environment variable is set to a non-empty string by WHR · 5 days ago
- 9a69cce Make uses of some bash-specific features of 'read' command instead of external commands to read input keys, if 'I8080ASH_USE_BASH_READ' environment variable is set to a non-empty string by WHR · 5 days ago
- a5b73ba Fallback to using xxd(1) if hexdump(1) isn't available by WHR · 5 days ago
- 63b78a8 Print register values on halt, if 'PRINT_REGISTERS_ON_HALT' environment variable is set to a non-empty string by WHR · 5 days ago
- 1db6b25 Implement i8080 emulation logic in Almquist shell, into the existing emulator driver of i8080bash which has the following commit log in a local Git repository by WHR · 5 days ago