Closed zbyti closed 2 years ago
I would need something like this (below) construction for the code working in ROM for example on cartridge:
function foo(a, b, c: byte): byte absolute $f0; register; begin RESULT := 0 end;
https://github.com/tebe6502/Mad-Pascal/commit/58dcaac36160bc71c4484b65e51de711717b70dc
works for me :]
I would need something like this (below) construction for the code working in ROM for example on cartridge: