upadte Text.inc

This commit is contained in:
Stephen Toth 2018-07-16 13:56:57 -04:00
parent e481e6b521
commit eae896031b
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -160,8 +160,8 @@ Listing for file "/home/pi/Documents/asm/FSH/includes/Text.inc"
6 D1:A931 36 34 77 00 FshVVars: .db "64w", 0 6 D1:A931 36 34 77 00 FshVVars: .db "64w", 0
7 D1:A935 30 00 - - FshVMajor: .db "0", 0 7 D1:A935 30 00 - - FshVMajor: .db "0", 0
8 D1:A937 31 00 - - FshVMinor: .db "1", 0 8 D1:A937 31 00 - - FshVMinor: .db "1", 0
9 D1:A939 30 00 - - FshVPatch: .db "0", 0 9 D1:A939 31 00 - - FshVPatch: .db "1", 0
10 D1:A93B 34 39 30 00 FshVBuild: .db "490", 0 10 D1:A93B 35 30 30 00 FshVBuild: .db "500", 0
11 D1:A93F 2E 00 - - FshVSeparator: .db ".", 0 11 D1:A93F 2E 00 - - FshVSeparator: .db ".", 0
12 D1:A941 50 72 65 73 12 D1:A941 50 72 65 73
73 20 32 6E 73 20 32 6E

View File

@ -6,8 +6,8 @@ PS1: .db "FSH> ", 0
FshVVars: .db "64w", 0 FshVVars: .db "64w", 0
FshVMajor: .db "0", 0 FshVMajor: .db "0", 0
FshVMinor: .db "1", 0 FshVMinor: .db "1", 0
FshVPatch: .db "0", 0 FshVPatch: .db "1", 0
FshVBuild: .db "490", 0 FshVBuild: .db "500", 0
FshVSeparator: .db ".", 0 FshVSeparator: .db ".", 0
FshMotd2nd: .db "Press 2nd for numbers", 0 FshMotd2nd: .db "Press 2nd for numbers", 0
FshMotdHelp: .db "Type 'HELP' for help", 0 FshMotdHelp: .db "Type 'HELP' for help", 0