Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/Empty-string/VAX-Assembly/empty-string.vax
Normal file
10
Task/Empty-string/VAX-Assembly/empty-string.vax
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
desc: .ascid "not empty" ;descriptor (len+addr) and text
|
||||
.entry empty, ^m<>
|
||||
tstw desc ;check length field
|
||||
beql is_empty
|
||||
;... not empty
|
||||
clrw desc ;set length to zero -> empty
|
||||
is_empty:
|
||||
;... empty
|
||||
ret
|
||||
.end empty
|
||||
Loading…
Add table
Add a link
Reference in a new issue