We aggregate information from all open source repositories to provide the most of useful open source products, from Enterprise product to small libraries across all platforms. Please search and find what you want.

achtbit

Ever had the experience of a 8 bit system, having max. 64k memory, using assembler to write effective small programs?
This system is an experimental 8 bit, 16 color computer, with a processer similar to Z80, that (on my laptop using linux with NO opengl support) achieves up to 1.2 Million instructions per second and 50 Hz. screen refresh rate.
It has a builtin assembler to load assembler programs.
There is a rudimentary rom that implements some basic functions like line input, or a system clock.
Also there is a snake game, (depending on that rom), as a reference and for fun!
Take a look, give me your reply!
When having ideas for better performance, let me know!

Network slow, but you don’t know the cause? Use Bandwidth Analyzer Pack (BAP) to monitor and analyze network bandwidth performance and traffic patterns. With BAP, you can identify which users, applications, and protocols are consuming the most bandwidth. You can also monitor Wireless LAN Controller traffic to see what applications and clients are using your wireless network. Try it free for 30 days!

Website https://achtbit.sourceforge.io/
Tags
License
Platform
Features
  • eight bit cpu emulator
  • customizable 16 color palette
  • one text and three graphic modes
  • sound port (one line)
  • machine language similar to Z80
  • builtin assembler
  • builtin load of assembler programs and memory dumps
  • builtin debug tools
  • reference game "snake" written in assembler