From a972b109818679eb8832e02d0de27eac85d42f94 Mon Sep 17 00:00:00 2001 From: Sam Stevens Date: Sun, 31 Dec 2017 23:24:00 +0000 Subject: [PATCH] Updated Spec --- FLAGS.md | 2 +- SPEC.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/FLAGS.md b/FLAGS.md index 9663326..02131f6 100644 --- a/FLAGS.md +++ b/FLAGS.md @@ -56,7 +56,7 @@ If a second fault occurs before trip is cleared, the system will halt; this know **Undefined Op** indicates an operation that was unknown. **Illegal Op** indicates that the parameters to the operation were not valid. -**Stack Exceeded** Indicates that the stack either overflowed (PUSH or CALL when full) or underflowed (RET or POP when empty). In this condition the stack pointer is reset to 0. +**Stack Exceeded** Indicates that the stack either overflowed (PUSH or CALL when full) or underflowed (RET or POP when empty). ### Fault Routine High Byte | FLTJH | 0x11 diff --git a/SPEC.md b/SPEC.md index bd79b3e..a1313f6 100644 --- a/SPEC.md +++ b/SPEC.md @@ -92,7 +92,7 @@ :MARKERA JMP :MARKERB # This is a comment :MARKERB INC A JMP :MARKERA - [...ASM Instrictions...] + [...ASM Instructions...] MEMORY 0x100 "string abcd" 100 0x00 00 00