OSDN Git Service

V308
[fast-forth/master.git] / MSP430-FORTH / UTILITY.f
index 3395b65..b5cd556 100644 (file)
@@ -47,10 +47,10 @@ CODE ABORT_UTILITY
 SUB #2,PSP
 MOV TOS,0(PSP)
 MOV &VERSION,TOS
-SUB #307,TOS        \ FastForth V3.7
+SUB #308,TOS        \ FastForth V3.8
 COLON
 'CR' EMIT           \ return to column 1 without 'LF'
-ABORT" FastForth version = 3.7 please!"
+ABORT" FastForth V3.8 please!"
 PWR_STATE           \ remove ABORT_UTILITY definition before resuming
 ;