1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-11 20:54:37 +00:00
6502bench/SourceGen/SGTestData/Expected/20240-large-overlay_acme.S

28 lines
551 B
ArmAsm
Raw Normal View History

!cpu 6502
* = $0000
!pseudopc $8000 {
!byte $ea
!fill 8191,$00
}
!pseudopc $8000 {
!fill 8192,$01
}
!pseudopc $8000 {
!fill 8192,$02
}
!pseudopc $8000 {
!fill 8192,$03
}
!pseudopc $8000 {
!fill 8192,$04
}
!pseudopc $8000 {
!fill 8192,$05
}
!pseudopc $8000 {
!fill 8192,$06
}
!pseudopc $8000 {
!fill 8192,$07
}