diff --git a/projects/examples/blank.usm b/projects/examples/blank.usm index 8551351..48a9c32 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 pad 6 name 2 length 2 load 3 save 2 } +|0170 ;File { vector 2 pad 6 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 5d7de4c..3dffab7 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 pad 6 name 2 length 2 load 3 save 2 } +|0170 ;File { vector 2 pad 6 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 ) @@ -816,7 +816,7 @@ @l-DateTime-year [ 0000 ] [ 0000 ] [ year 00 ] [ 02 ] .DateTime.year @l-File [ 0000 ] [ 0000 ] [ File 00 ] [ 80 ] .File .l-File-root @l-File-length [ 0000 ] .l-File-load [ length 00 ] [ 02 ] .File.length -@l-File-load [ 0000 ] [ 0000 ] [ load 00 ] [ 00 ] .File.load +@l-File-load [ 0000 ] [ 0000 ] [ load 00 ] [ 02 ] .File.load @l-File-root @l-File-name .l-File-length .l-File-save [ name 00 ] [ 02 ] .File.name @l-File-save [ 0000 ] .l-File-vector [ save 00 ] [ 02 ] .File.save