Brushed up text file and added .gitignore
Will now ignore vim's .sw* files.
This commit is contained in:
parent
b1a90e62ce
commit
9519ccf735
3 changed files with 9 additions and 9 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
*.sw*
|
Binary file not shown.
|
@ -76,15 +76,14 @@ EndData-._/StartData
|
|||
\ +
|
||||
\BytesInGrid._/FieldsInGrid._/RowsInGrid-._/EndRow
|
||||
\ \ ÷ \ -
|
||||
\ \RowsPerField \StartRow
|
||||
\ *
|
||||
\
|
||||
'BytesPerRow-._/BytesPerCell
|
||||
\ *
|
||||
\CellsPerRow._/ColsPerRow-._/EndCol
|
||||
\ ÷ \ -
|
||||
\ColsPerCell \StartCol
|
||||
Pseudo-Procedure:
|
||||
\ * \RowsPerField \StartRow
|
||||
\
|
||||
'BytesPerRow-._/BytesPerCell
|
||||
\ *
|
||||
\CellsPerRow._/ColsPerRow-._/EndCol
|
||||
\ ÷ \ -
|
||||
\ColsPerCell \StartCol
|
||||
Pseudo-Procedure
|
||||
|
||||
SUB EndCol, StartCol : ColsPerRow : AL :
|
||||
XOR AH,AH : : : (AH must be zero for division operation)
|
||||
|
|
Loading…
Reference in a new issue