Skip to content

Commit

Permalink
Bugfix: vga_int.asm was broken due to recent ISA change
Browse files Browse the repository at this point in the history
Issue #165
  • Loading branch information
MJoergen committed Oct 18, 2020
1 parent fb3ce8b commit 86daaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_programs/vga_int.asm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ _ISR_1 MOVE @R2, R3
MOVE R6, @R2
MOVE R3, R6
SUB 1, @R0
RBRA _ISR_1, !X
RBRA _ISR_1, !N

; Restore old values of Cursor X and Y
MOVE R4, @R0
Expand Down

0 comments on commit 86daaae

Please sign in to comment.