johnwm is correct. I used to write and read directly to a digital input/output circuit board. example in hex....
out &h200,&h2 would make bit 2 of port 200 go high or turn on. inputs would be inp(&h200). I just assumed there has to be a way to still write applications for these boards. They
are...