Added assembler check for string outside Data Segment.

This commit is contained in:
Anachronaut
2026-08-17 20:10:33 -04:00
parent 9e3425d34b
commit a842c884e8
7 changed files with 60 additions and 10 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ The top kilobyte of Program Memory is reserved for vectors. Each entry is two by
| 0xFC00 | Software vectors 0 to 255 |
| 0xFE00 | Hardware vectors 0 to 255, one for each I/O port |
Program text may not run past 0xFBFF. The assembler refuses to assemble a program that would.
The Program Segment may not run past 0xFBFF. The assembler refuses to assemble a program that would.
The software vectors are given out like this: