Skip to content

Commit

Permalink
Fixed some alignment issues on githubs render
Browse files Browse the repository at this point in the history
  • Loading branch information
oziphantom committed May 17, 2021
1 parent f58516b commit 44ca492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,15 @@ _jsr | this will *mostly* detect that the last jump was return was abs |jslf ==
For example, you have a function like so
~~~
myButeFunc_aXY
LDA #$04
LDA #$04
STA $2100
RTS
~~~~
And you assume, beleive and hope that when anything calls this A will be 8 bits in size. But we all know it goes wrong, it happens. So now you do
~~~
myButeFunc_aXY
_ASSERT_a8
LDA #$04
LDA #$04
STA $2100
RTS
~~~~
Expand Down

0 comments on commit 44ca492

Please sign in to comment.