Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ricaflops authored Aug 16, 2020
1 parent c9ae51e commit 04d3d2a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,7 @@ COLORBAR ( Show a colorfull bar )
```

### Serial Comm Port

8 data bits, 1 stop bit, no parity.

```
CREATE BUFFER 256 ALLOT ( Create and Allocate a memory space to work )
( Add some testing words )
Expand All @@ -74,12 +72,9 @@ BUFFER 256 RX ( Receive 256 bytes from serial line )
PRTBUF ( View received data )
BUFFER 256 TX ( Transmit 256 bytes over serial line )
```

Note: use Space key to abort communication if needed.

# Technical details

## Extra FORTH vocabulary
# Extra FORTH vocabulary
The extended vocabulary is copied from XROM to a unused 1K RAM area at $3000-$33FF of Jupiter-II during initialization.
That allows safe memory paging while keeping the extra Words accessible.

Expand Down

0 comments on commit 04d3d2a

Please sign in to comment.