From 51bd0a919c62b5f866834b9127a261d322976acb Mon Sep 17 00:00:00 2001 From: Andrew Alderwick Date: Sat, 17 Apr 2021 21:49:33 +0100 Subject: [PATCH] Renamed File.result to File.success --- projects/examples/blank.usm | 2 +- projects/examples/dev.audio.usm | 2 +- projects/examples/dev.file.usm | 2 +- projects/examples/gui.picture.usm | 2 +- projects/examples/gui.wallpaper.usm | 2 +- projects/software/assembler.usm | 8 ++++---- projects/software/left.usm | 2 +- projects/software/nasu.usm | 2 +- projects/software/noodle.usm | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/projects/examples/blank.usm b/projects/examples/blank.usm index 81e1860..5deb361 100644 --- a/projects/examples/blank.usm +++ b/projects/examples/blank.usm @@ -10,7 +10,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } |01a0 ;DateTime { year 2 month 1 day 1 hour 1 minute 1 second 1 dotw 1 doty 2 isdst 1 refresh 1 } |0200 diff --git a/projects/examples/dev.audio.usm b/projects/examples/dev.audio.usm index 37e487e..3605b40 100644 --- a/projects/examples/dev.audio.usm +++ b/projects/examples/dev.audio.usm @@ -32,7 +32,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( vectors ) diff --git a/projects/examples/dev.file.usm b/projects/examples/dev.file.usm index ec84284..aa76e68 100644 --- a/projects/examples/dev.file.usm +++ b/projects/examples/dev.file.usm @@ -17,7 +17,7 @@ |0110 ;Console { vector 2 pad 6 char 1 byte 1 short 2 string 2 } |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program ) diff --git a/projects/examples/gui.picture.usm b/projects/examples/gui.picture.usm index fa684c7..0b182b5 100644 --- a/projects/examples/gui.picture.usm +++ b/projects/examples/gui.picture.usm @@ -10,7 +10,7 @@ |0100 ;System { vector 2 pad 6 r 2 g 2 b 2 } |0110 ;Console { vector 2 pad 6 char 1 byte 1 short 2 string 2 } |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program ) diff --git a/projects/examples/gui.wallpaper.usm b/projects/examples/gui.wallpaper.usm index 9f532ad..5632b7b 100644 --- a/projects/examples/gui.wallpaper.usm +++ b/projects/examples/gui.wallpaper.usm @@ -8,7 +8,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } |01a0 ;DateTime { year 2 month 1 day 1 hour 1 minute 1 second 1 dotw 1 doty 2 isdst 1 refresh 1 } |0200 diff --git a/projects/software/assembler.usm b/projects/software/assembler.usm index 6944197..001c5c8 100644 --- a/projects/software/assembler.usm +++ b/projects/software/assembler.usm @@ -13,7 +13,7 @@ |0130 ;Audio { wave 2 envelope 2 pad 4 volume 1 pitch 1 play 1 value 2 delay 2 finish 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } |01a0 ;DateTime { year 2 month 1 day 1 hour 1 minute 1 second 1 dotw 1 doty 2 isdst 1 refresh 1 } ( vectors ) @@ -838,9 +838,9 @@ @l-File-load .l-File-length .l-File-name [ load 00 ] [ 02 ] .File.load @l-File-name [ 0000 ] [ 0000 ] [ name 00 ] [ 02 ] .File.name @l-File-root -@l-File-offset .l-File-load .l-File-save [ offset 00 ] [ 02 ] .File.offset -@l-File-result [ 0000 ] [ 0000 ] [ result 00 ] [ 02 ] .File.result -@l-File-save .l-File-result .l-File-vector [ save 00 ] [ 02 ] .File.save +@l-File-offset .l-File-load .l-File-success [ offset 00 ] [ 02 ] .File.offset +@l-File-save [ 0000 ] [ 0000 ] [ save 00 ] [ 02 ] .File.save +@l-File-success .l-File-save .l-File-vector [ success 00 ] [ 02 ] .File.success @l-File-vector [ 0000 ] [ 0000 ] [ vector 00 ] [ 02 ] .File.vector @l-Mouse .l-File .l-Screen [ Mouse 00 ] [ 80 ] .Mouse .l-Mouse-root @l-Mouse-chord [ 0000 ] .l-Mouse-state [ chord 00 ] [ 01 ] .Mouse.chord diff --git a/projects/software/left.usm b/projects/software/left.usm index 1254e98..3589c29 100644 --- a/projects/software/left.usm +++ b/projects/software/left.usm @@ -47,7 +47,7 @@ |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program ) diff --git a/projects/software/nasu.usm b/projects/software/nasu.usm index 93690e3..c03038b 100644 --- a/projects/software/nasu.usm +++ b/projects/software/nasu.usm @@ -61,7 +61,7 @@ |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program ) diff --git a/projects/software/noodle.usm b/projects/software/noodle.usm index 56543a1..9ca523f 100644 --- a/projects/software/noodle.usm +++ b/projects/software/noodle.usm @@ -55,7 +55,7 @@ |0120 ;Screen { vector 2 width 2 height 2 pad 2 x 2 y 2 addr 2 color 1 } |0140 ;Controller { vector 2 button 1 key 1 } |0160 ;Mouse { vector 2 x 2 y 2 state 1 chord 1 } -|0170 ;File { vector 2 result 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } +|0170 ;File { vector 2 success 2 offset 2 pad 2 name 2 length 2 load 2 save 2 } ( program )