Well, what do we have here?

This site is a work in progress. New features will be added as we learn more about 0x10c.

Recently updated apps

Memory/Screen Clearer (util)
updated 182 days ago
Egor305's TextEditor v0.25 (app)
updated 182 days ago
Text Output v2.0 (lib)
updated 182 days ago

Latest comments

im about to write "left arrow" and "right arrow" code :)
i think that backspace will works like left arrow, but it will delete symbol that on back

submitted 182 days ago by Egor305 to Egor305's TextEditor v0.25 (app)

even moar info: all works perfectly only frist time you enter command :D

submitted 183 days ago by Egor305 to lukeOS

moar info about secound: c and v works as well

submitted 184 days ago by Egor305 to lukeOS

BUG: 4 lines @ bottom of screen not working
BUG: you can type version & clslololol, and it will work :)

submitted 184 days ago by Egor305 to lukeOS

Fix your command matcher, dude!

submitted 305 days ago by monster860 to AtlasOS 0.5.3

Utilities

  1. 0 votes
    123-to-1,2,3(lib/function)
    Minute or two ago, i submited a numtosym program this is more compact version...
  2. 0 votes
    Number-To-Text (example)
    Simple thing that does from: A = 123 to: 0x8000 = 1 0x8001 = 2 0x8002 = 3
  3. 1 votes
    Memory/Screen Clearer (util)
    Clears all memory :) (can be seted to delete some part of it.) Program it self...
  4. 0 votes
    Text Output v2.0 (lib)
    Simple program to write text to screen Change log: 2.0 FontAPI Added 1.0...
  5. 0 votes
    Egor305's TextEditor v0.25 (app)
    Based on DCPU-16 Studio's keyboard.dasm16 i want to make small but good text...
  6. 0 votes
    Text Editor
    Very basic text editor. Might add some functionality stuff later
  7. 1 votes
    Interplanetary Animator
    Interplanetary Animator is an easy-to-use, quick animation tool. Use WASD to...
  8. 0 votes
    test c - copy
    teast
  9. 0 votes
    DEQOS
    Preemptive multi tasking...
  10. 0 votes
    FonEdit v0.01
    A little editor for fonts and sprites Displays the two hex values you'd need...
  11. 1 votes
    Heap Sort
    A quick sorting function (order nlog(n)). As stated in the code description...
  12. 1 votes
    Line-buffered putc/getc implementation
    Also features newline and scroll routines. Readily usable with the current ABI...
  13. 1 votes
    List Library v1.1
    This library provides a simple data abstraction for lists. Lists have functions...
  14. 1 votes
    AtlasOS 0.5.3
    AtlasOS is an advanced, free, open-source multitasking OS for DCPU-16.
  15. 1 votes
    Bubble Sort v1.1
    A simple sorting algorithm. Create a list at a desired location in memory as...
  16. 0 votes
    dcos16
    A cooperative multitasking kernel, see https://github.com/fhars/dcos16 for up...
  17. 0 votes
    lukeOS
    It is a litte "os" for DCPU-16. Only two commands (ver and cls) i working at...
  18. 0 votes
    Simple Pseudo-random Number Generator
    A lightweight, fast pseudo-random number generator. This generator will pass...
  19. 0 votes
    sqrt32
    A subroutine to calculate the whole-number square root of a 32-bit (two word)...
  20. 2 votes
    0x64c v0.2
    Simple Command Line style pseudo OS. Contains dynamic memory allocation...
  21. 0 votes
    Hexdump
    A short utility/example that I wrote to print the contents of memory to the...
  22. 5 votes
    0x42c
    Stub of an OS.