Brushed up text file and added .gitignore

Will now ignore vim's .sw* files.
This commit is contained in:
Kohrokho Dragon 2024-09-06 18:56:18 -05:00
parent b1a90e62ce
commit 9519ccf735
3 changed files with 9 additions and 9 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
*.sw*

View file

@ -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)