ED: Gotten l (list) working, need to work more on d (delete) as there's a bug with deleting lines that are not line 1.
This commit is contained in:
@@ -7,7 +7,8 @@ util_cat:
|
||||
add si, 4 ; Move si to after 'CAT'
|
||||
|
||||
call disk_load_file
|
||||
jc .done ; if file failed to load, just quit
|
||||
cmp bx, 1
|
||||
je .done
|
||||
|
||||
mov si, file_buffer
|
||||
mov cx, [file_length]
|
||||
@@ -36,7 +37,8 @@ util_basic:
|
||||
; TODO make this more consistent to account for double spaces
|
||||
;add si, 3 ; Move si to after 'BAS'
|
||||
call disk_load_file
|
||||
jc .done
|
||||
cmp bx, 1
|
||||
je .done
|
||||
|
||||
mov si, file_buffer
|
||||
|
||||
|
||||
Reference in New Issue
Block a user