Skip to content

Commit

Permalink
updated min64x4 ISA config
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Dec 22, 2024
1 parent 9781bbe commit 735e1cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions examples/slu4-minimal-64x4/slu4-minimal-64x4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ predefined:
end: 0x00FF
- name: ZERO_PAGE_APPS
start: 0x0000
end: 0x003F
- name: ZERO_PAGE_LIBS
start: 0x0040
end: 0x007F
- name: ZERO_PAGE_OS
start: 0x0080
Expand Down
2 changes: 1 addition & 1 deletion examples/slu4-minimal-64x4/software/math32lib.min64x4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;
#require "slu4-min64x4-asm >= 1.1.0"
; Zero Page Usage
.memzone ZERO_PAGE_APPS
.memzone ZERO_PAGE_LIBS
#mute
_temp_byte1: .byte 0
_temp_long1: .zero 4
Expand Down
2 changes: 1 addition & 1 deletion examples/slu4-minimal-64x4/software/stringlib.min64x4
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;
#require "slu4-min64x4-asm >= 1.1.0"
; Zero Page Usage
.memzone ZERO_PAGE_APPS
.memzone ZERO_PAGE_LIBS
#mute
_counter: .byte 0
_digit_counter: .byte 0
Expand Down

0 comments on commit 735e1cc

Please sign in to comment.